It's not a secret anymore!
The moose likes Beginning Java and the fly likes -classpath is an unrecognized option Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "-classpath is an unrecognized option" Watch "-classpath is an unrecognized option" New topic
Author

-classpath is an unrecognized option

John Davis
Ranch Hand

Joined: Nov 02, 2000
Posts: 181
In the C:\mqWinInstall directory, I have the .class that I want to run and a bat file which reads as follows:



When I run the batch file, I receive an error message:

C:\mqWinInstall>C:\mqWinInstall\jre\bin\java.exe -classpath="C:\mqWinInstall"
mqWinInstall
Unrecognized option: -classpath=C:\mqWinInstall
Could not create the Java virtual machine.

why is -classpath an unrecognized option?
John Davis
Ranch Hand

Joined: Nov 02, 2000
Posts: 181
Never mind. Sorry to bother you. I obsfucated the environment setting a la set CLASSPATH=xyz with the -classpath option.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: -classpath is an unrecognized option
 
Similar Threads
ClassCastException for SOAP message
MultipleJRE's
Classpath Question
JRE problem in JWS
NoClassDefFoundError when running a java app from outside it's folder