Re: S.O.S!!
From: Adam (NOTFORSPAM.a_szczeblewski_at_poczta.onet.pl)
Date: 02/27/04
- Next message: damar: "calling Javascript from java, using JSObject"
- Previous message: S Manohar: "Re: Non-modal help dialog blocked by modal dialogs"
- In reply to: Rasmus Nielsen: "S.O.S!!"
- Next in thread: FISH: "Re: S.O.S!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Feb 2004 12:44:30 +0100
.class files can be executed by a Java Virtual Machine (JVM)
which you need to have installed on your computer.
Type 'java' on the command line to find out.
If you don't have it - go to java.sun.com and
download Java2 JRE ver 1.4.2 for your system (Win, Mac, etc).
Install it (this process is automatic).
Now you can play with the emulator.
I've peeked at the code and found that
eas.class is the entry point of the application.
You have to:
- Open a command prompt.
- Change the current working directory
to the location where you have put
the .class files.
- type 'java -cp . eas' (that dot is important, so are spaces) and
press enter
Adam
- Next message: damar: "calling Javascript from java, using JSObject"
- Previous message: S Manohar: "Re: Non-modal help dialog blocked by modal dialogs"
- In reply to: Rasmus Nielsen: "S.O.S!!"
- Next in thread: FISH: "Re: S.O.S!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|