Re: RMI with JDeveloper and without

From: Genady Beryozkin (genadyb_at_zzz.cs)
Date: 12/04/03

  • Next message: Dan Howard: "Can't get Javadoc help for javax.servlet under Eclipse"
    Date: Fri, 05 Dec 2003 00:34:20 +0200
    
    

    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/

    Tim wrote:

    > 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
    >


  • Next message: Dan Howard: "Can't get Javadoc help for javax.servlet under Eclipse"