huv to run java applications
i fink i know the prob,
i suppose you want to run java apps, this is how...
make batch file an write...
<The address to java vm> -classpath <the address to app> <package name> <app
name>
for example
C:\jdk1.4\java.exe -classpath C:\my_app my_app.my_app
try this, it should work if you understand me, you could allways try
www.java.sun.com and go to the forums
cya
tom
"john" <anon...@discussions.microsoft.com> wrote in message
news:083a01c3c602$d3a38890$a301...@phx.gbl...