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: Accessing GCJ binaries from Visual Basic?


>It wouldn't be hard to write a java tool to do this kind of thing.
>There are a lot of bytecode-reading frameworks out there, e.g. ASM.

A quicker and dirtier approach might be to generate the .bas file
from the gcjh-generated .h file. The bulk of the work would be
creating VB-equivalent constants and datatypes for the ones
found in jni.h.

-- 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]