Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to debug a JNLP application. I am using the below to launch it.

javaws -verbose -J-Xdebug -J-Xnoagent -J-Xrunjdwp:transport=dt_socket,server=n,suspend=y,address=8989 myjnlp.jnlp

I think due to a "double launch" described here, a new VM is launched, which is not taking my debug parameters.

I am able to connect to the first VM(since its in suspend=y), but within seconds that application ends, and a new instance of java is launched and its not in debug. This is what i see in the console (personal info removed with ...)

*Could not launch from cache. Will try online mode. [Some of required resources are not cached.] Creating temporary directory: C:\DOCUME~1...\LOCALS~1\Temp\FrontendApplication-8.2.1.0-... Creating installation directory: C:\DOCUME~1...\LOCALS~1\Temp\FrontendApplication-8.2.1.0-...\install localVersion: 20120409141901452 appVersion: 20120409141901452 New version available: false Downloading archives... pluginDir is C:\DOCUME~1...\LOCALS~1\Temp\FrontendApplication-8.2.1.0-...\install\plugins Framework: C:\DOCUME~1...\LOCALS~1\Temp\FrontendApplication-8.2.1.0-...\install\plugins\org.eclipse.osgi_3.6.2.R36x_v20110210.jar Invoking starter...*

share|improve this question
Similar questions already exist in the forum, but there answer is not helping me. I also tried using the http url of the jnlp file,but no effect. – Bageshwar Pratap Narain Sep 6 '12 at 17:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.