Re: package does not exist
Re: package does not exist
- Subject: Re: package does not exist
- From: Wes James <email@hidden>
- Date: Mon, 9 Aug 2004 10:09:25 -0600
I went back to see what the pane looks like when creating a new java
class. It has UserEntry, Application Server and Web Server as
possible targets with UserEntry (the sample project I'm working on)
and Application Server selected. I left those two selected when I
created the new class.
I just went back and renamed user.class to user1.class and create a
new user.class and deselected the UserEntry target and moved all the
code from user1.class to user.class, deleted the user1.class and saved
and recompiled and ran it and no errors.... hmmmm interesting.....
thanks for your help....
On Mon, 09 Aug 2004 11:52:12 -0400, Jonathan Meijer
<email@hidden> wrote:
> Sounds to me like the target isn't set properly... Try setting the target to
> "Application Server" when you create that class file.
>
> Jonny
>
>
>
>
> On 8/9/04 11:27 AM, "Wes James" <email@hidden> wrote:
>
> > I have been working through the webobjects Application manual which
> > has some tutorials. I have reached the section that puts all the
> > components into a user.java class. When I create this class/file it
> > puts
> >
> >
> > import com.webobjects.foundation.*;
> > import com.webobjects.eocontrol.*;
> >
> > into the file. I get a red circle with a white x in it at the left of
> > the java.class pane (edit window). When I click on the circle it get:
> >
> > package com.webobjects.foundation does not exist.
> >
> > What am I missing?
> >
> > The first time I noticed this problem is when I tried to compile and
> > run it. I got the same errors. But I now notice the red
> > circles.........
> >
> > thanks,
> >
> > wj
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.