Re: Packages in Eclipse....
Re: Packages in Eclipse....
- Subject: Re: Packages in Eclipse....
- From: Chuck Hill <email@hidden>
- Date: Sun, 29 Feb 2004 22:14:48 -0800
I don't recall seeing that exact one. Is DashboardQ1 in a package? Is
this launching inside Eclipse or outside? There is a property on the
woapplication task in build.xml that you need to set if you put the
Application class in a package. This looks more like a problem
instantiating a WOComponent. The whole stack trace would help.
Chuck
At 10:08 PM 29/02/2004 -0600, James Cicenia wrote:
>>>>
OK -
I thought things were looking real good after reorganizing my project but now
I get this error upon trying to run my test application with my new component
structure:
WOBundle.lookForClassInAllBundles(src/DashboardQ1) failed!
Any help here would be greatly appreciated.
-James Cicenia
On Feb 29, 2004, at 9:12 PM, Chuck Hill wrote:
I try to avoid using the default package. I thought its use was
discouraged in JDK 1.4...
But that is not what you asked. Grin. If you want to reference a class in
the default package in a class in a package you still need to import it:
import Session;
Chuck
At 08:46 PM 29/02/2004 -0600, James Cicenia wrote:
Newbie Question --
I refactored my eclipse project by moving my components into a
subproject and moved my java classes into a package. however,
I am confused about referencing the (default package). In my case
eclipse can't find the Session.
How do I reference my classes in the (default package)?
thanks again,
James Cicenia
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
<<<<
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
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.