workoutetc / google-sites-liberation

Automatically exported from code.google.com/p/google-sites-liberation
0 stars 0 forks source link

Support Java 1.5 #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download
2. Double-click
3. Check console.app for log message

What is the expected output? What do you see instead?

Expected output would be the app running. Instead I see error messages.

What version of the product are you using? On what operating system?

Version 1.0, on OS X 10.5.8

Error taken from console.log:

9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833] Exception in 
thread "main"  
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833] 
java.lang.UnsupportedClassVersionError: Bad version number in .class file 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.lang.ClassLoader.defineClass1(Native Method) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.lang.ClassLoader.defineClass(ClassLoader.java:675) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.net.URLClassLoader.defineClass(URLClassLoader.java:260) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.net.URLClassLoader.access$100(URLClassLoader.java:56) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.net.URLClassLoader$1.run(URLClassLoader.java:195) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.security.AccessController.doPrivileged(Native Method) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.lang.ClassLoader.loadClass(ClassLoader.java:316) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.lang.ClassLoader.loadClass(ClassLoader.java:251) 
9/29/09 4:13:00 PM [0x0-0x419419].com.apple.JarLauncher[23833]  at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) 

Original issue reported on code.google.com by jamezpol...@gmail.com on 29 Sep 2009 at 6:16

GoogleCodeExporter commented 8 years ago
Workaround: run /Applications/Utilities/Java/Java Preferences.App, drag "JAVA 
SE 6.0" t 
the top of the "Java Applications" list. This is not a solution, as it's going 
to break 
everything that expects java 1.5 to be the default on the machine.

Original comment by jamezpol...@gmail.com on 29 Sep 2009 at 6:20

GoogleCodeExporter commented 8 years ago
The application requires Java 1.6.  We could rework it to build with Java 1.5, 
but it's not 
a priority at the moment.  I'll update the documentation to be explicit about 
the 
requirements.

Original comment by gk5...@kickstyle.net on 1 Oct 2009 at 8:32

GoogleCodeExporter commented 8 years ago

Original comment by gk5...@kickstyle.net on 1 Oct 2009 at 9:58

GoogleCodeExporter commented 8 years ago
This turned out to be pretty trivial.  We now support Java 1.5.  :-)

Original comment by gk5...@kickstyle.net on 1 Oct 2009 at 10:33

GoogleCodeExporter commented 8 years ago
mac11178@gmail.com

Original comment by mac11...@gmail.com on 30 Aug 2012 at 11:13