This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Whats: "error: cannot find file for class"???
- From: Tom Tromey <tromey at redhat dot com>
- To: Clemens Eisserer <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 26 Aug 2003 16:49:04 -0600
- Subject: Re: Whats: "error: cannot find file for class"???
- References: <3F4B64A2.5090200@web.de>
- Reply-to: tromey at redhat dot com
>>>>> "Clemens" == Clemens Eisserer <linuxhippy@web.de> writes:
Clemens> Because my xawt-package would overlap with java.awt I renamed
Clemens> my packages to java.xawt..... and corrected all the
Clemens> package-descriptions and imports.
This sort of thing is a no-no according to Sun.
It's better to use `de.web.xawt' or something like that.
Tom