On 2003年6月12日, steve wrote: > Is is possible to do something like this using pure machine code, not > byte code. SharedLibLoader is a partial solution to this; it hooks the _Jv_RegisterClass function so a DSO can be loaded into a non-default classloader. There's currently no way to statically load both Hello classes (i.e. as .o files). Jeff