This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Re: compile native Methods in a package
- To: java at gcc dot gnu dot org
- Subject: Re: Re: compile native Methods in a package
- From: Stefan Wanner <stefan dot wanner at gmx dot ch>
- Date: Tue, 23 Oct 2001 15:05:15 +0200
sorry that was a mistake only in the mail. not in my real code.
i still have the problem i described earlier!
>> is use this code:
>> > myprog.java:
>> package path.to;
>> class myprog.java {
> ^^^^^^
>
>You don't want the '.java' here.
>
>Fabrice