Hi all, Anynody knows where I can find a Java command line synthax refference ? I am writting my readme file for FBN assignment and I am not sure about the synthax for the option : -Djava.rmi.server.codebase=file:.... Any idea ? I saw in a document this option used as follow : -Djava.rmi.server.codebase=file:/codebase_file, but on my systems here (Windows and Linux Slackware) if I use the "/" in the option the codebase file is not found so I have to use the command as : -Djava.rmi.server.codebase=file:codebase_file. On Win 2K Server. But on Win 2K Pro -Djava.rmi.server.codebase=file:/codebase_file works fine . Thanks for your help.