I have e few questions on Japhar. I am using Japhar VErsion 0.08
on Solaris.
- I use Japhar with static libraries and without libffi. I would
like to know if the stubs are necessary for Japhar to work in this case. I
don't understand what stubs and libffi exactly do. If I don't want to use
stubs, must I use libffi? If I use dynamic libraries and load native
methods with dlopen, must I also use stubs or libffi?
- does Japhar do byte-code verification?
- Does Japhar load all classes needed by the program at startup or
simply loads them dynamically at runtime?
thank you
David LeJolly