autoleveller works, but the "advanced edition" doesn't (winxp 32 bit operating system) - anyone else encountered this?
Posted: Thu Sep 07, 2017 4:30 pm
Hi all! On my winxp 32-bit system (dell optiplex 780), the standard edition of autoleveller (jar file) starts up without any problem. My computer has no problem with starting up the standard versions of autoleveller that works with java 7. So autoleveller0.8.7.jar starts up just fine on my computer. I start the software by double-clicking on the autoleveller icon.
I'm using winxp because Mach3 works nicely with winxp.
The barrier I'm facing right now is --- I can't start up any of the advanced editions, such as "AutolevellerAE v0.7.8" (and other advanced "AE" editions). If I try to fire up the advanced editions by double-clicking, then a small windows box pops up, with the window title saying "Java Virtual Machine Launcher", and with a message that says "A Java exception has occurred". I'm currently running "Java SE development kit 7 update 80", which is Java SDK7u80.
Does anyone have a work-around or recommendations for me to try (to deal with that java exception condition)? Thanks in advance!!!
---
Update: I'm not too experienced in Java. But then decided to see what happens if I try start the non-advanced and the advanced edition on autoleveller using command line. I managed to start up the standard autoleveller (not advanced edition) using command line...... no problems....the autoleveller window pops up without issues:
C:\Documents and Settings\Owner\My Documents>java.exe -jar c:\test\Autoleveller077.jar
Picked up _JAVA_OPTIONS: -Xmx512M
......And then....when I tried to start the advanced edition, I get this message:
C:\Documents and Settings\Owner\My Documents>java.exe -jar c:\test\AutolevellerAE-0.7.8.jar
Picked up _JAVA_OPTIONS: -Xmx512M
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/cncsoftwaretools/autoleveller/Autoleveller : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
I'm using winxp because Mach3 works nicely with winxp.
The barrier I'm facing right now is --- I can't start up any of the advanced editions, such as "AutolevellerAE v0.7.8" (and other advanced "AE" editions). If I try to fire up the advanced editions by double-clicking, then a small windows box pops up, with the window title saying "Java Virtual Machine Launcher", and with a message that says "A Java exception has occurred". I'm currently running "Java SE development kit 7 update 80", which is Java SDK7u80.
Does anyone have a work-around or recommendations for me to try (to deal with that java exception condition)? Thanks in advance!!!
---
Update: I'm not too experienced in Java. But then decided to see what happens if I try start the non-advanced and the advanced edition on autoleveller using command line. I managed to start up the standard autoleveller (not advanced edition) using command line...... no problems....the autoleveller window pops up without issues:
C:\Documents and Settings\Owner\My Documents>java.exe -jar c:\test\Autoleveller077.jar
Picked up _JAVA_OPTIONS: -Xmx512M
......And then....when I tried to start the advanced edition, I get this message:
C:\Documents and Settings\Owner\My Documents>java.exe -jar c:\test\AutolevellerAE-0.7.8.jar
Picked up _JAVA_OPTIONS: -Xmx512M
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/cncsoftwaretools/autoleveller/Autoleveller : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)