Re: Creating new Component
Paul Lynch <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On 12 Sep 2006, at 14:37, Rajagopal Chowdary wrote: > When i create a new component in a webobject application i am > getting the following erro. > > Package """ import com.webobjects. """ Does not exist. You added the java code to the wrong target. It needs to be in the App Server target, and no other. Paul