• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Command line synthax

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dynamic Code Downloading using RMI
RMI FAQ
 
I do some of my very best work in water. Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic