Re: Package stratagies (are there some?)
Re: Package stratagies (are there some?)
- Subject: Re: Package stratagies (are there some?)
- From: Colin Clark <email@hidden>
- Date: Wed, 16 Mar 2005 17:18:57 -0500
I have MyEOThing.java in the default package, and want to reference it
in a packaged class. Is not this impossible? because there is no
importing a class from the default package since in JDK 1.4?
Sorry, I missed your previous mention of JDK 1.4. For various reasons,
I'm still stuck on JDK 1.3 so it's never been a problem. You're right,
1.4 doesn't allow importing from the default package. The solution is
to move your MyEOThing class into a real package.
Colin
---
Colin Clark
Dynamic Web and Database Development Lead,
Resource Centre for Academic Technology,
University of Toronto
_______________________________________________
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