Computer Science Canada

Where can u get Java from

Author:  jesse kazomi [ Tue Jun 17, 2014 4:42 pm ]
Post subject:  Where can u get Java from

I want java but i dont know where to get it from pls help

Author:  Zren [ Tue Jun 17, 2014 5:04 pm ]
Post subject:  RE:Where can u get Java from

You can download it from Oracle.com

The Java Runtime Environment (aka the JRE) is used to run java applications.
The Java Development Kit (aka the JDK) is used to develop java applications.

Both can be found on this page: http://www.oracle.com/technetwork/java/javase/downloads/index.html

Ninite provides a no bullshit installer (no toolbars etc):
https://ninite.com/
Both: https://ninite.com/java-jdk/
Just the JDK: https://ninite.com/jdk/

To write Java applications, you can use Eclipse, Netbeans, or IntelliJ. You could even use a Notepad, but java isn't the friendliest language to learn without an IDE.


: