How to Find Free Java Compilers
By Binkster
Finding Free Stuff to Program in Java
The first tutorials I will cover will mostly deal with Java. So, you would need an IDE/Compiler and the Java SDK. Luckily for all of us, you can find all the software you need for free and they are pretty good.
There are two main Java Interface Development Environments that you can download and both do about the same thing when it comes to Java programming. The first is Eclipse and it can be downloaded at www.eclipse.org . Make sure that you download the, "Eclipse IDE for Java Developers," if you want to program java applications. The awesome thing about Eclipse is that it is the number one IDE to create android applications for mobile phones. In fact, if you are interested in android, the android SDK can be found at developer.android.com . However, read the instructions carefully because setting up android with Eclipse can be a little tricky but if you follow the info on the Android developer site exactly, it will be a piece of cake.
The second IDE (the one I am using) is NetBeans. In fact, they are up to version 7.0.1 as of this writing. To get this free IDE go to www.netbeans.org. This IDE has just about everything you would need to create applications in Java. Plus, you can create PHP and C++ applications as well.
The final thing you would need to download to create Java applications is the Java SDK. To download this SDK go to Oracle's website at www.oracle.com. Just download the Developer version.
So, after you downloaded Eclipse or Netbeans and the Java SDK, you are ready to program in Java and the beauty of it all is you now have a fully capable IDE for free.
To test out everything I would recommend you create a new "Hello World," project. In fact, hello world is the starting point for beginners when they are trying to learn a new programming language. To find these tutorials, just GOOGLE it. Trust me, you will find plenty of "Hello World," websites out there.
So, that is it. If you go to the above mentioned websites and download the free IDE's, you are ready to go in Java. The best thing to do initially is to get use to the IDE so you are able to find everything you need. Plus, there are plenty of websites out there that explain how to set up various Java projects, so you should be able to get the info you will need with ease.
Programming Books from Amazon
![]() | Amazon Price: $17.53 List Price: $44.99 |
![]() | Amazon Price: $2.90 List Price: $49.99 |
Programming Books on eBay
|
|
NEW Beginning Android 4 Application Development - Lee,
Current Bid: $24.34
|
|
|
Starting Out with Java: From Control Structures through Objects by Tony...
Current Bid: $30.00
|
|
|
PIC USB Automatic Programming Develop Microcontroller Programmer K150 ICSP
Current Bid: $11.89
|
Like what you see? Subscribe now.
- Ancient Italian History and the Rise of Rome: Part 2
The Copper and Bronze ages saw the rise of three distince cultures in ancient Italy. In the orth there were the Urn-Field folk who had more access to agriculture and metal for their tools plus they cremated thier dead. In the south you had the Apennine culture who where semi-nomadic and herders. You also had the Greeks who established trading posts in the south. - 3 months ago
- Ancient History of Italy and the Rise of Rome: Part 1
Rome is considered one of the most advance empires of all time. It was the first true European empire and its culture and way of life has been talked about throughout the ages. This article begins an explanation of the history of ancient Italy and the inevitable rise of a great empire. - 3 months ago
- Creating Dialogs with Java’s Swing Class
One of the most used classes in java is JOptionPane. This class allows you to create dialogs that appear on the screen. These dialogs can be used for messages as well as user input. i will show you how to create these dialogs with Java code. - 4 months ago
- Programming the Fibonacci Sequence: Computer Science Basics.
One of the basic lessons in the feild of computer science is recursion and the formula that is used the most in the study of recursion is the Fibonacci sequence. - 4 months ago
- How to Create an Android Emulator on Your Computer
The Android SDK comes with a program called AVD Manager that allows you to create virtual devices on your computer for Android development. This is a good development tool because it allows you to create different Android enviroments to test out yor app. - 4 months ago


Binkster 4 months ago
Thanks lucabrasi. I working on some more hubs. Hopefully they will be out soon.