Open GoogleCodeExporter opened 9 years ago
Same problem here!
Please help us. It's taking too long to debug apps.
Cypal 1.0
Windows XP Professional Service Pack 2
JVM 1.5.0_16
Eclipse 3.3
Original comment by rbaltaza...@gmail.com
on 9 Mar 2009 at 3:12
I noticed that this problem might occur if you use a target runtime (I used
Tomcat
6.0). So, try to remove from your .classpath file the following line:
<classpathentry kind="con"
path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtim
eTarget/Apache
Tomcat v6.0"/>
The .classpath file must look like:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
Original comment by s0c...@gmail.com
on 4 Apr 2009 at 1:49
Try this It worked!. Just go to Project Build path in Eclipse and move
the GWT libraries above all in Order and Export tab. That will do the magic
Original comment by anitha.p...@gmail.com
on 12 Oct 2012 at 10:32
Original issue reported on code.google.com by
juanme...@gmail.com
on 20 Sep 2008 at 10:33