This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile native Methods in a package
- To: java at gcc dot gnu dot org
- Subject: Re: compile native Methods in a package
- From: Stefan Wanner <stefan dot wanner at gmx dot ch>
- Date: Tue, 23 Oct 2001 15:30:34 +0200
>Which version of gcj are you using ?
i use gcj from the current cvs tree.
the problem i describet doesn't apear if i dont specify any package the
class should belong to. i also looked at the libjava source. there they
use native code with packages in the same way as i do, i think.