Re: [tcljava-user] Convert C/C++ to Java?
Brought to you by:
mdejong
From: Brian T. <bri...@gm...> - 2007-08-22 10:53:27
|
On 8/22/07, Patrick Finnegan <fin...@gm...> wrote: > > Has anyone used a tool like "http://www.jazillian.com/" to convert C > to Java? Any reliable free tools out there? > I once played around with NestedVm (http://nestedvm.ibex.org/). Here's a post I made about it a few months back: http://groups.google.com/group/vlerq/browse_frm/thread/7561ea7acfba5e33/# This tool doesn't convert to java, but to java bytecodes. It works with any gcc supported language. At http://www.zentus.com/sqlitejdbc/, sqlite has been compiled to java bytecodes. Brian |