Hi, I’m trying myEclipse for the first time after trying Netbeans and Eclipse. Would be grateful for your help with this problem:
My first task using myEclipse is to check out and get working a project
which has previously only been accessed via Netbeans. The error I am
getting when I try and run the ant compile task is this:
[javac]
C:\webapplications-ME403\odays\src\uk\ac\warwick\odays\app\AmendBooking.java:5:
package javax.jdo does not exist
[javac] import javax.jdo.*;
The javax.jdo package is in jdo_1_0_1.jar, which is in web\WEB-INF\lib under
my project directory – I set “web” to be the web root.
Under project properties, the jar is listed as being under the build path,
and I have also put it in the ant Classpath (via External Tools) for good
measure.
I can also see the jar in its correct location in the .classpath file.
Any ideas what might be causing the problem or how to fix it?