Java 2 - Runningapps?

marvmiller

Registered
How do we run Java applets? I mean, I know Apple said Java 2 is included on OS X, but I have no clue as to how to run the applets... I tried to run the DynDNS java applet with no luck.

Anyone has ideas?

Marvin
 
Hi-

I did successfully get some Java apps... use this command in the terminal to run the app:

java -jar JARFILENAME.jar

This will start up JVM and get things going. Runs reasonably fast... I am psyched, too! All my LINUX-running neighbors were using stuff that I just couldn't... not anymore!



Alan
 
Back
Top