Subversion for Spark 2.6.0B2 equals the Spark trunk?

Hello,

is the Spark trunk within the SVN the base for the 2.6.0b2?

Kind regrads,

Walter

The SVN is newer than 2.6.0b2. There have already been changes and additions.

Just tried to build today’s SVN code for Spark using Ecilpse 3.4 and JDK 1.5.0.17

Is the code broken or am i missing something?

java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread “main”

Hm, i havent done trunk build for a long time, but at least 2008.11.15 version was building fine with NetBeans 6.0 and JDK 1.6.0_7. And the last time i was testing it with NetBeans 6.5 and JDK 1.6.0_11. Though i haven’t updated my local svn copy for a long time, but i dont remember any significant changes in svn lately (subscribed with a rss).

I’ve switched to JDK 1.6.11 and the trunk builds and launches Spark.

Possibly this should be another thread. Does anyone have any suggestions/thought on using OpenInstaller versus Install4j.