3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Setup Java for Beginners

Setup Java for Beginners

This instructable is for staging your computer to be able to write your own code compile and run java without using the NetBeans program and its all free software.

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform . The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file ) that can run on any Java Virtual Machine (JVM) regardless of computer architecture . Thanks Wiki


 
Remove these adsRemove these ads by Signing Up
 

Step 1Download the Software

Download the Software

(Only Windows) You will need to install, "Java SDK"(Java source code) and "Crimson Editor"(Color Text Editor). Links below.

Java SDK
 Download the latest release of the Java SDK or JDK (means the same thing) from http://java.sun.com. You will get an install program named something like j2sdk-1_4_1_05-windows-i586.exe, run this program and it will install the Java Software Developers kit. (make sure the file is called j2sdk####, and not j2jre#### which is the Java Runtime Environment).

Crimson Editor
Download the latest release of crimson editor from http://www.crimsoneditor.com. You will get an install program named something like cedt.exe, run this program and it will install crimson editor on your system.

« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
1
Followers
4
Author:nfarrow