Title: RE: (Slightly off topic): Hourglass from a jsp page
hi!
there's also a section in the java tutorial dealing with this issue: http://java.sun.com/docs/books/tutorial/native1.1/invoking/invo.html!
 
-mw
----- Original Message -----
From: Gang Zhang
Sent: Sunday, July 07, 2002 9:05 PM
Subject: invoking jvm (problem solved)

I have found the way to invoke jvm from native code.  I didn't get the correct way to
set the classpath (should use -Djava.class.path=classpath).
See
for code.  I learned this from KC multimedia( http://www.kcmultimedia.com/javaserv/ ),
they have a free tutorial with code on their website.  I used their code (modified a little to
suite my needs).  Their code is a generic template for run java as NT service.  so if you need to
run java applications as NT service, I strongly suggest to check their site out.
 
GG

Reply via email to