Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Windows 7 Remote Java Application problem
Windows 7 Remote Java Application problem [message #669236] Mon, 09 May 2011 15:01 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: May 2011
Junior Member
Hello,

I just had a new computer under Windows 7-64 bits and I'm experiencing some troubles during a remote debug (using "Remote Java Application"). I use Eclipse Helios.

My server is running on localhost but I'm trying to debug an application launched through Java Web Start.

To achieve this, I created a remote debug application ("Remote java application"). When my Java Web Start is starting, it freezes until I launch my remote debug application. Then my Java Web Start application finishes to launch.

Although at this point everything seems perfect, my remote debug app does not stop on any of my debug breakpoints !

Through the netstat command, I found that a new java process (using the required port) shows up when my remote debug app is launched. However this new process disappears before the Main of the Java Web Start app is reached.

The same configuration works very well under Windows XP-32 bits, and my new java process does not disappear.

Does anyone knows what causes this problem ?

Thanks in advance for your answers
Stephane

[Updated on: Mon, 09 May 2011 15:52]

Report message to a moderator

Re: Windows 7 Remote Java Application problem [message #669778 is a reply to message #669236] Wed, 11 May 2011 13:53 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: May 2011
Junior Member
Hi

I found the solution.

In my jnlp file, I had specified the initial-heap-size and the max-heap-size. With this 2 parameters, the remote debug didn't work.

So, I deleted this 2 parameters and everything work fine.

Stéphane
Previous Topic:JRE not recognized by execution environment
Next Topic:.xml:1: error: Error parsing XML: no element found (no main.out.xml to delete)
Goto Forum:
  


Current Time: Tue Apr 16 17:53:04 GMT 2024

Powered by FUDForum. Page generated in 1.81521 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top