View Single Post
Old 07/03/07, 9:35 AM   #243
 Malan
In the Beginning was the Command Line
 
Malan's Avatar
 
Tauren Shaman
 
Mal'Ganis
Originally Posted by Nemaa View Post
I don't have an english operating system so I can't tell you the exact error message what I get after giving "javac ESCS.java" command. It's someting about "javac" command not being recognized as a valid command.
You need 2 things to do this. The JDK (Java Development Kit) in order to compile the class file. When you input the command "javac ESCS.java" you're telling the JDK to compile the code into a binary file. Then you need the JRE (Java Runtime Environment) in order to execute the java code, which is done by invoking the JRE through "java ESCS"

Originally Posted by Kletha View Post
Before in the thread (I think it's page 4 or 5) there is a diagram with the different hastes and what happens at different %.
The direct link to that post is already in my OP on the first page.

Vyktianity already has over 75 billion followers. The first verse in his book "Gift of the Wild" is "In the beginning Vyk cast lifebloom and then maul."
 
User is offline.