This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Correct synthax for Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Correct synthax for" Watch "Correct synthax for" New topic
Author

Correct synthax for

raphael Bereh
Ranch Hand

Joined: Jan 15, 2002
Posts: 79
Hi All,
What is the correct synthax for the option :
-Djava.rmi.server.codebase=file:....
I have seen in some documents that after file you should have : /jar_file.jar but I have tried this on Windows and Linux and only the following works:
file:jar_file.jar.
So which one is it :
file:/jar_file.jar or
file:jar_file.jar ?
Actually, on Windows Systems, if there is no CLASSPATH variable, file:/jar_file,jar works !!!,
If there is one it does not, instead file:jar_file.jar works !!!
Thanks


SCJP,SCJD,SCBCD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Correct synthax for
 
Similar Threads
Using a Jar File in Dos/Batch Script
Character conversion problem
Command line synthax
Is it me or just Eclipse... JEdit too...
problem with downloading file