How do I debug GlassFish 3 using Eclipse Helios?

后端 未结 3 788
情歌与酒
情歌与酒 2020-12-20 13:04

I am using the GlassFish 3 server adapter with Eclipse Helios 3.6. I can start the server using the Servers view in Eclipse, and things run just fine - but I am not

相关标签:
3条回答
  • 2020-12-20 13:39

    You should start Glassfish with the debug instead of the run option inside the Servers view.

    0 讨论(0)
  • 2020-12-20 13:39

    Hi all I found solution for debugging problem. In my case Eclipse Indigo and linux x64 it works. More details in other thread about the same error https://stackoverflow.com/a/14551690/1976844

    0 讨论(0)
  • 2020-12-20 14:06

    Same problem that you and it was driving me crazy. My configuration is eclipse indigo over windows 7 and glassfish 3.1.1. The jdk I'm using is 1.7x64. I downloaded the glassfish server tools through the new server window.

    I have solved it (it currently works, who knows what's happening in the near future) downloading and installing jdk1.6.30. I haven't uninstalled jdk1.7, but I've configured my eclipse project to use jdk1.6 instead.

    0 讨论(0)
提交回复
热议问题