Re: Debugging problem with Eclipse 3.5 Galileo (Eclipse Java EE IDE)

2009-11-08 Thread marioja
Thanks for your help. Unfortunately, I was victim of a much simpler and stupid error. I was using the JRE and not the SDK and hence debugging is not available. Not clearly identified that I could find and I had "forgotten". I am adding these here so that if people find this in the future they

Re: Debugging problem with Eclipse 3.5 Galileo (Eclipse Java EE IDE)

2009-10-04 Thread Agio
Hi all, this issue occurs when using JDK 1.6.0_14 but not with JDK 1.6.0_13 (Java link for download this version is: http://java.sun.com/products/archive/j2se/6u13/index.html). If you install this version to fix the problem, Java automatic update service will inform you about available updates f

Re: Debugging problem with Eclipse 3.5 Galileo (Eclipse Java EE IDE)

2009-09-28 Thread Jason Parekh
Hi Marioja, Could you check what version of Java you're using? JDK 1.6 update 14 had a problem with symptoms like you describe. You can check the version being used under: - Run > Run configurations - Expand Web Application on the side bar - Select one of its children, click on the JRE tab jason

Debugging problem with Eclipse 3.5 Galileo (Eclipse Java EE IDE)

2009-09-26 Thread marioja
Hi, I downloaded Eclipse Java EE IDE then installed the Google plugin from http://dl.google.com/eclipse/plugin/3.5. I created a new application using the new Web Application Project. Then I put a breakpoint in the onModuleLoad method of my java class implementing com.google.gwt.core.client.Entry