There are two java.exe excutables on my machine.  Both have the same version.

I tried this variety of paths:

c:\Users\Justin\Desktop\VassalWindows\jre\bin\java.exe -Xms1024M -Xmx1024M 
-classpath "C:\Users\Justin\VASSAL\lib\*" VASSAL.launch.Main
Exception in thread "main" java.lang.NoClassDefFoundError: 
C:\Users\Justin\VASSAL\lib\cryptix32/jar

c:\Users\Justin\Desktop\VassalWindows\jre\bin\java.exe -Xms1024M -Xmx1024M 
-classpath "C:\Users\Justin\VASSAL\lib" VASSAL.launch.Main
Exception in thread "main" java.lang.NoClassDefFoundError: VASSAL/launch/Main

C:\Users\Justin\VASSAL\jre\bin\java.exe -Xms1024M -Xmx1024M -classpath 
"C:\Users\Justin\VASSAL\lib\*" VASSAL.launch.Main
Exception in thread "main" java.lang.NoClassDefFoundError: 
C:\Users\Justin\VASSAL\lib\cryptix32/jar

C:\Users\Justin\VASSAL\jre\bin\java.exe -Xms1024M -Xmx1024M -classpath 
"C:\Users\Justin\VASSAL\lib" VASSAL.launch.Main
Exception in thread "main" java.lang.NoClassDefFoundError: VASSAL/launch/Main

java.exe -showversion output:

java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode)

I still cannot launch vassal from the command line.  I'm running command as an 
administrator to bypass UAC problems if they play a part.

Ideas?

Thanks


----- Original Message ----
From: Joel Uckelman <[EMAIL PROTECTED]>
To: [email protected]
Sent: Saturday, July 28, 2007 3:48:42 AM
Subject: Re: [vassalengine] Vassal & Vista x64

Thus spake Justin Morgan:
> Thanks for the help, unfortunately, i'm getting some errors that don't add up
> .
> 
> Java definitely thinks it's installed. Works fine in a browser or the web la
> unch for Vassal.
> 
> Java doesn't exist in this location: 
> C:\Windows\System32 \java.exe
> 
> I tried substituting several variations of
> c:\Users\Justin\ Desktop\VassalWi ndows\jre\ bin\java. exe -Xms1024M 
> -Xmx1024M -c
> lasspath "C:\Users\Justin\ VASSAL\jre\ bin\*" VASSAL.launch. Main

The second path is supposed to be the directory where VASSAL.jar lives.
It almost certainly doesn't live in C:\Users\Justin\ VASSAL\jre\ bin\, as
that's the directory where your Java executable lives.

Check in C:\Users\Justin\ VASSAL\lib.

Also, what version of Java are you using?

-- 
J.



[Non-text portions of this message have been removed]

Reply via email to