Issue2198

classification
Title: Jython 2.7b3 .jar requires Java7, won't run on Java6
Type: behaviour Severity: major
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: jason_s, zyasoft
Priority: Keywords:

Created on 2014-09-02.17:55:33 by jason_s, last changed 2014-09-02.17:59:18 by zyasoft.

Messages
msg8945 (view) Author: Jason Sachs (jason_s) Date: 2014-09-02.17:55:32
I have both Java 1.6.0.33 and 1.7.0.67 on my system; I am supporting some installations that are Java 6. It looks like the Jython 2.7b3 .jar file was built for Java 7 and does not run on Java 6 or earlier, as I get this error with Java 6:

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/python/util/jython : Unsupported major.minor version 51.0
msg8946 (view) Author: Jim Baker (zyasoft) Date: 2014-09-02.17:59:17
Sorry, we are requiring Java 7 or higher for Jython 2.7. Please see the earlier discussion on jython-dev where this was brought up and resolved:

http://python.6.x6.nabble.com/6-7-8-td5050854.html
History
Date User Action Args
2014-09-02 17:59:18zyasoftsetstatus: open -> closed
resolution: wont fix
messages: + msg8946
nosy: + zyasoft
2014-09-02 17:55:33jason_screate