This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Help needed running Swing apps using gij
This seems to have been exactly what I was looking for. My
libgcj-3.2.1.jar has no JFrame in it.
Thanks a bunch :-) //Johan
mån 2002-12-30 klockan 22.07 skrev Tom Tromey:
> >>>>> "Johan" == Johan Walles <d92-jwa@nada.kth.se> writes:
>
> Johan> Since I get a ClassNotFoundException, how can I find out what
> Johan> classes are really available? Where does gij (or gcj for that
> Johan> matter) look for Java classes if no CLASSPATH has been set?
>
> It looks in libgcj-<version>.jar.
>
> Tom