2

I'm trying to debug a web start application using IntelliJ 10 (running on Win7).

I read both SO:

It seems like I'm missing something. I've tried to run it from command line, or adding the arguments into the jnlp file but no matter what I do I get an Unable to open debugger port : java.net.ConnectException "Connection refused: connect" Error.

How can I debug a web start app?

Community
  • 1
  • 1
CD..
  • 72,281
  • 25
  • 154
  • 163
  • 1
    are you sure you are trying to connect to the same debug port your configured for your application? – AlexR Jan 13 '11 at 09:23

1 Answers1

0

I know it's stupid, but once I changed the port from 5000 to 5005 it all works.

CD..
  • 72,281
  • 25
  • 154
  • 163