How To Find, Install and Begin To Use The Java
How To Find, Install and Begin To Use The Java
__________
Simple
Object Oriented
Architecture Neutral
Portable
Multithreaded
BOTH!!
Java programs are compiled to Bytecode
It’s the JVM that cares about your Operating system, NOT THE PROGRAM!
YES!
Go to http://java.sun.com
Right Click and Save the Offline Windows JDK to your temp dir
Installing a Java JDK
Go to your “Temp” dir using Windows Explorer
Make sure no other apps are running and double click the install program
you just downloaded. Follow the steps.
I install in C:\Java
Watch fom multiple JREs and JDKs! In Windows the Registry runs the
show now, not the JAVA_HOME env variable
Be sure to add “current directory” to the CLASSPATH (if you had one)
Now, Lets test it
PSVM
http://www.javaranch.com
http://java.sun.com/docs/books/tutorial/
http://www.sorcon.com/java2/
http://remus.rutgers.edu/freestuff
Got an Error?
Just type it verbatim into Google and you usually can find the
answer to your question or solve your problem.
You want the Java Development Kit (JDK) , not a JRE or J2EE
Be Good Now…