I
Ike
I have a client who has two jar files, Hydroline.jar and LiquidLnF.jar, in a
directory on WinXP machine. when he goes to that directory, and enters at a
DOS prompt:
javaw -cp Hydroline.jar;LiquidLnF.jar HydroLine.HydroLine
He gets a dialog box that says "Java Virtual Machine Loader.....Could not
find the main class. Program will exit."
The main class is HydroLine.HydroLine, as specified in the HydroLine.jar's
manifest file. Additionally, the class HydroLine.HydroLine is in that jar
file.
When I go to run this on my machine, it works fine. Anyone have any ideas
what might be the problem here? Thanks. -Ike
directory on WinXP machine. when he goes to that directory, and enters at a
DOS prompt:
javaw -cp Hydroline.jar;LiquidLnF.jar HydroLine.HydroLine
He gets a dialog box that says "Java Virtual Machine Loader.....Could not
find the main class. Program will exit."
The main class is HydroLine.HydroLine, as specified in the HydroLine.jar's
manifest file. Additionally, the class HydroLine.HydroLine is in that jar
file.
When I go to run this on my machine, it works fine. Anyone have any ideas
what might be the problem here? Thanks. -Ike