Re: Java byte code library anyone?
At 2002-08-23 07:44, Sven Panne wrote:
Has anybody already written a Haskell library for Java byte code manipulation (reading/writing class files, editing byte codes, etc.)? Something in the spirit of the Byte Code Engineering Library (http://jakarta.apache.org/bcel/) or the Jikes Bytecode Toolkit (http://www.alphaworks.ibm.com/tech/jikesbt/) would be extremely nice. It's not rocket science, but quite a bit of work.
There's code in JVM-Bridge for assembling Java class files. It does things such as constant pooling, etc., for you. I use it to create "callback" classes at run-time that have Haskell functions for methods. <http://sourceforge.net/projects/jvm-bridge/> -- Ashley Yakeley, Seattle WA
Ashley Yakeley wrote:
There's code in JVM-Bridge for assembling Java class files. [...]
Well, I was aware of JVM-Bridge, but I couldn't find any documentation for it. And a downloadable source bundle is missing, too. Note that remote CVS is not possible for poor people behind a paranoid firewall... :-( Cheers, S.
participants (2)
-
Ashley Yakeley -
Sven Panne