At 01:17 AM 28/01/00 -0500, Paolo Barolat wrote:
>Hello,

>The command I typed in was (where ip address is my ip address):
>
>java -Djava.naming.provider.url="rmi://<ip_address>:1099" sb.ClientOp
>-Djava.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory

Try putting the two -D options before your class name, otherwise the java
VM will send the ones after your class name to the class as arguments, 
and this is not what you want ...

So ...

java -Djava.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory 
-Djava.naming.provider.url="rmi://<ip_address>:1099" sb.ClientOp
--
 An army marches as fast as its slowest stomach.
  Mr Grumpy - what are you on about?
    http://www.cyber4.org/members/grumpy/index.html

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to