Re: error in import com.webobjects.eoaccess.*;
Re: error in import com.webobjects.eoaccess.*;
- Subject: Re: error in import com.webobjects.eoaccess.*;
- From: Ray Ackland <email@hidden>
- Date: Mon, 6 Aug 2007 11:50:14 +1200
Frol,
I suspect you added your new class to the first target in the list. However, everything else is probably in the second target (Application Server). So when you build, the new file doesn't have all the other files required in the same "place".
In the main window, try unticking the target box on the right when displaying the project target, and then select the Application target from the popup menu (on the top left of the window). Make sure the Java file is ticked there.
Don't forget to switch back to the overall target (with your project name) after that.
r On 6/08/2007, at 11:26, Pelsser François wrote: HiI have made a new WebObjects Project and I have errors when I had added a class and I compile
UserEdit.java:8: package com.webobjects.foundation does not exist UserEdit.java:9: package com.webobjects.appserver does not exist UserEdit.java:10: package com.webobjects.eocontrol does not exist UserEdit.java:11: package com.webobjects.eoaccess does not exist Does someone know what is the problem?
Thanks
Frol |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden