Hi everybody!
I have recently found a txt file with a java code
Printable View
Hi everybody!
I have recently found a txt file with a java code
to compile you are going to need the JDK 1.3, you can download it from java.sun.com
"There are no facts, only interpretations."
-Friedrich Nietzsche
yeah it is fine.. java is case sensitive so make sure that the file name matches the class name
assumming that is right, you compile like this
javac filename.java
run it like this (if it is not an applet)
java filename
if it is an applet, you must make an HTML file w/ the applet tag
appletviewer something.html
check out java.sun.com tutorials section they offer a lot more for people getting started
"There are no facts, only interpretations."
-Friedrich Nietzsche