>>>>> Solomon Douglas writes:

    Solomon> I'm finding that Blackdown javah version 1.2 is generating C
    Solomon> prototypes that are missing the package name.

This not Linux specific; the problem is that you don't use the fully
qualified class name:

    Solomon>    package fit;
    Solomon>    public class FitNative

[...]

    Solomon> I compile the file: "javac FitNative.java".
    Solomon> Then I create the .h file: "javah -jni FitNative".

Try 'javah -jni fit.FitNative' and it will work.


        Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Porting Team
http://www.blackdown.org/java-linux.html


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to