This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: trying to compile looks (jgoodies)
- From: Tom Tromey <tromey at redhat dot com>
- To: "wolfgang pauli" <ookami at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: 08 Nov 2005 11:57:31 -0700
- Subject: Re: trying to compile looks (jgoodies)
- References: <12145.1131322070@www81.gmx.net>
- Reply-to: tromey at redhat dot com
>>>>> "wolfgang" == wolfgang pauli <ookami@gmx.de> writes:
wolfgang> I am trying to compile use the looks package, but can not
wolfgang> compile it, instead I get the follwoing errors:
What version of gcj are you using?
wolfgang> javax/swing/Timer.java:92: error: cannot find file for class
wolfgang> javax.swing.JSpinner$DateEditor
wolfgang> javax/swing/JSpinner.java: In method
That is kind of a strange message. Do you have CLASSPATH set or
something like that?
Tom