facebook

Debugging RMI Server/Client With MyEclipse

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331388 Reply

    Is there a tutorial somewhere that shows how to set up the Debug Configurations to debug RMI server/client code under MyEclipse? I know that

    -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n -Djava.rmi.server.logCalls=true -Dsun.rmi.loader.loglLevel=5 -Dsun.rmi.server.exceptionTrace=true -Dsun.rmi.server.logLevel=5

    has to be passed to the server so that MyEclipse can get access to the debugging interface through the RMI registry, but it would be really nice if there was something like a tutorial on how to set up RMI server/client applications in MyEclipse.

    #331410 Reply

    claytoncramer,

    We don’t provide specific support for RMI in MyEclipse. RMI support is provided by the base Eclipse.
    I suggest you cross post on Eclipse forums for better support on RMI.

    Hope it helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Debugging RMI Server/Client With MyEclipse

You must be logged in to post in the forum log in