Perry Smith
Java Questions & Answers
Home /
Java Q & A Page 2 /
Java Q & A Archive Main Page
Creating an executable wrapper in C++ for java classes
Wednesday, 04-Nov-98 03:59:11
38.179.62.67 writes:
I would like to know were I can find some information on creating wrapper executables
for java classes in C++. I am a beginner so be gentle. Thanks.
octurner
Responses
Re: Creating an executable wrapper in C++ for java classes
Wednesday, 04-Nov-98 05:14:56
171.212.167.142 writes:
Last I checked, Sun had a scanty site with some examples of a HelloWorld executable in
which they incorporated the JRE (the site will explain) and created a C wrapper. It's
entitled "JRE Usage Example". The last know address is
http://web1.javasoft.com/products/jdk/1.1/jre/example/index.html
It's still up ...
MikeD
Re: Re: Creating an executable wrapper in C++ for java classes
Thursday, 05-Nov-98 01:28:50
38.179.62.67 writes:
Thanks!
Home /
Java Q & A Page 2 /
Java Q & A Archive Main Page