This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecj branch


Hi Tom,

>Download:
>
>    http://people.redhat.com/~tromey/gcjh/tools.zip
>
>Make a script called gjavah that uses the jar.  Here's mine:
>
>    #! /bin/sh
>    dir=/home/tromey/gnu/Generics/Gcjh
>    gij -cp $dir/tools.zip \
>       gnu.classpath.tools.javah.Main \
>       ${1+"$@"}
>
>Put this in $PATH, then build as usual.

This gjavah doesn't seem to be producing anything, even on
Linux.

I'm invoking it like this:

gjavah -classpath . Test.class

...and like this:

gjavah -classpath . -d . Test.class

Am I missing something?

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]