I'm using this example from a Java book to try to get a program that
uses RMI to work. I can get the various components to compile and as
part of the intermediate step, I'm trying to get the remote object
started. I can get the program to run while doing it inside JDeveloper.
When I try to run the compiled class from just the DOS prompt I get an
error message:
Error occurred during the initialization of VM
Unable to load native library: A device attached to the system is not
functioning.
Is this just an indication that some library is not being pointed to in
the classpath but is in JDeveloper?
Thanks In Advance
Tim
Genady Beryozkin - 04 Dec 2003 22:34 GMT
I'm not sure your problem is with JBuilder. Maybe you are not providing
the correct RMI arguments to the JVM.
You can use Eclipse (www.eclipse.org) which is a great Java IDE and
there is an RMI plugin for it that works, and helps you to launch your
RMI application with the correct RMI parameters.
Genady Beryozkin
http://www.genady.net/rmi/
> I'm using this example from a Java book to try to get a program that
> uses RMI to work. I can get the various components to compile and as
[quoted text clipped - 12 lines]
> Thanks In Advance
> Tim