Hello,
I get on Linux (Suse as well as Ubuntu), using java 1.7 with a German 
Language Locale the following exception when I run the Jmol 1.4.6 binary:

java -jar Jmol.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: 
org/jmol/translation/Jmol/de/Messages_de : Unsupported major.minor 
version 52.0
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
         at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:195)
         at org.jmol.api.Interface.getInterface(Interface.java:49)
         at org.jmol.i18n.Resource.getResource(Resource.java:39)
         at org.jmol.i18n.GT.addBundle(GT.java:277)
         at org.jmol.i18n.GT.addBundles(GT.java:267)
         at org.jmol.i18n.GT.<init>(GT.java:170)
         at org.jmol.i18n.GT.getTextWrapper(GT.java:235)
         at org.jmol.i18n.GT._(GT.java:208)
         at org.openscience.jmol.app.JmolApp.getOptions(JmolApp.java:143)
         at 
org.openscience.jmol.app.JmolApp.parseCommandLine(JmolApp.java:121)
         at org.openscience.jmol.app.JmolApp.<init>(JmolApp.java:116)
         at org.openscience.jmol.app.Jmol.main(Jmol.java:43)

while changing to English works,e.g. LC_ALL=en_US.UTF-8 java -jar Jmol.jar
If I compile the source of the "full" tar, it works fine as well.

Should be an easy to fix bug, shouldn' t it?

Best wishes,
Alex

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to