getting started

I know a bit of programming, but can't greet the world. How do I turn code I've written into class files for the web and executables?
[142 byte] By [travismedena] at [2007-11-27 6:56:28]
# 1
download the java SDK http://java.sun.com/javase/downloads/index.jspconfigure your path + classpath if you have torun javac to compileoptional: package your class files into a jar file (which is already an executable on most modern computers)
TuringPesta at 2007-7-12 18:33:27 > top of Java-index,Java Essentials,New To Java...