O
Olivier Merigon
Hello,
Is there a solid documentation about invoking the JVM from a C program ?
By solid I mean more than 200 words, younger than 5 years old, not a 100$
book. Sun's web site only offers very old and short stuff.
My aim is to built a stand alone C aplication that is able to use java
classes. I have read the sun's tutorial but it is never mentionned what is
needed by the jvm.dll to run. Do we have to include rt.jat in the classpath
? What become the 30 megs of files from the lib folder of the JRE (images,
audio, fonts, ext...) ? Do we need a JRE to be installed on the computer in
fact.
In fact I need to know what is necessary to bundle in my stand alone C
application in order to run Java code with the JVM invokation API ?
Regards,
Olivier MERIGON
Is there a solid documentation about invoking the JVM from a C program ?
By solid I mean more than 200 words, younger than 5 years old, not a 100$
book. Sun's web site only offers very old and short stuff.
My aim is to built a stand alone C aplication that is able to use java
classes. I have read the sun's tutorial but it is never mentionned what is
needed by the jvm.dll to run. Do we have to include rt.jat in the classpath
? What become the 30 megs of files from the lib folder of the JRE (images,
audio, fonts, ext...) ? Do we need a JRE to be installed on the computer in
fact.
In fact I need to know what is necessary to bundle in my stand alone C
application in order to run Java code with the JVM invokation API ?
Regards,
Olivier MERIGON