Thanks Rodney, that does work (with a semi-colon though, not a colon).  

But Joel it doesn't work with your version of Vengine.jar.  This is
the exception:

Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad
version n
umber in .class file
        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.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 java.lang.ClassLoader.loadClassInternal(Unknown Source)


> java -Xmx256M -cp lib\Vengine.jar:lib\... VASSAL.launch.Main
> 
> where what goes after the '-cp' is all the files in the 'lib'
sub-folder,
> separated by a colon (':').
> 
> rk
> 
> 
> [Non-text portions of this message have been removed]
>


Reply via email to