View Single Post
  #14  
Old 5th April 2011, 07:59 PM
Glen Glen is offline
Member
 
Join Date: Jan 2010
Posts: 13
Default

Quote:
Originally Posted by moeee
I have saved 2 files to my Computer.



jdk-6u24-windows-i586.exe

netbeans-6.9.1-ml-javase-windows.exe



I'm figuring that these files are installation files.

I figure I need to run these blokes in that order.
Yes - No?
Hi Moeee,
Netbeans is an IDE (Integrated Development Environment) which you can use to program in lots of different programming languages. If you are wanting to program in Java then you will require the jdk (Java Development Kit) so that you can make fancy horse racing apps in Java

If it was me I would install the JDK first then Netbeans.

More info:
http://en.wikipedia.org/wiki/Java_Development_Kit
http://en.wikipedia.org/wiki/NetBeans
Reply With Quote