This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj Questions
- From: Tom Tromey <tromey at redhat dot com>
- To: "Josh Schlicker" <notyou64 at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 03 Oct 2002 09:09:34 -0600
- Subject: Re: gcj Questions
- References: <F87MeGbS3WrV3jsAzJV0000bd83@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Josh" == Josh Schlicker <notyou64@hotmail.com> writes:
Josh> I recently installed gcc-3.2 on my home system, and i have a problem
Josh> with gcj.
Josh> Whenever i try to compile i get errors like the following:
Josh> mainWindow.java:28: Class or interface 'javax.swing.SwingConstants'
Josh> not found in import.
Josh> import javax.swing.SwingConstants;
Currently we don't have support for Swing.
Tom