Hi All-
In case you haven't found out the hard way, the latest nightly
builds of the IDV require JDK 1.5 or higher. The nc2.2.jar
library was build with 1.5 and we are not compiling idv.jar
with 1.5 as well. If you try to run with 1.4, you'll get
a message like:
java.lang.UnsupportedClassVersionError:
opendap/dap/parser/ParseException (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)......
There is no 1.5 specific syntax code in the source yet, but that
will be coming soon.
Don Murray