dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Java class loader in pnet


From: Rhys Weatherley
Subject: [DotGNU]Java class loader in pnet
Date: Mon, 11 Feb 2002 16:12:43 +1000

I have begun adding more capabilities to the Java .class
loader within pnet.

It is now possible to load the method code using the
"ILMethodGetCode" function, and to access the Java
constant pool with a number of "ILJavaGetXXX"
functions that are declared in "il_program.h".
Exceptions and field/method references aren't done
yet, but will be soon.

I am working on updating the disassembler so that
it can dump Java .class and .jar files in their entirety.

This should make it easier for those who are interested
in adding JVM support to pnet's runtime engine.

The above new capabilities are in the CVS version,
not the newly released 0.3.0 version.

Cheers,

Rhys.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]