This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Accessing GCJ binaries from Visual Basic?
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: Andrzej Bialecki <ab at getopt dot org>, java at gcc dot gnu dot org
- Date: 12 Aug 2005 09:58:34 -0600
- Subject: Re: Accessing GCJ binaries from Visual Basic?
- References: <3YA0YTA8EA41Y94FATNNKMK4YVP1MG.42fc9f7e@pc300>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> Hi Andrzej,
>> Uh, oh.. Thanks, but no thanks. I think I'll give up for the moment. I
>> expected something like gcjh, which would create a *.bas module, that
>> wraps around the ugly details for me ... but now I know better.
Mohan> It'll be an interesting day when gcjh starts generating
Mohan> VB code. Maybe when Bill Gates throws a bunch of money at
Mohan> Red Hat or the FSF like he did with Apple and Sun....
:-)
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.
Tom