Open GoogleCodeExporter opened 9 years ago
Issue similar to defect 113 (just seen it after posting, sorry).
I use the JDK 1.6.0_12.
Original comment by vincent.girardreydet@gmail.com
on 16 Mar 2009 at 4:58
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:48
Original issue reported on code.google.com by
vincent.girardreydet@gmail.com
on 16 Mar 2009 at 4:56