Computer Science Canada new to java |
Author: | Nick [ Thu Sep 06, 2007 6:53 pm ] |
Post subject: | new to java |
ok so i wanna start learning java but the problem is iunno which software to download.... there is so many things on the java.sun website and since i learned programming in turing it makes zero sense to me so could someone please tell me what i need PS please dont say something like a compiler please say something like IDE and then explain what that is... ive heard the terms but dont know what they are thanks ~momop |
Author: | HeavenAgain [ Thu Sep 06, 2007 7:55 pm ] |
Post subject: | Re: new to java |
- Download and install JDK 5.0 Update 9 from <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">Sun Microsystems</a> site [Filename: jdk-1_5_0_05-windows-i586-p.exe].
Do not download the NetBeans 4.1 IDE, J2EE 1.4, or JRE 5.0 from Sun -- only the link for JDK 5.0 Update 9. - Once you have downloaded and installed JDK 5.0 Update 9, <a href="http://www.java.com/en/download/installed.jsp">verify that you have the latest version installed</a>. The verification page should say that you have Java Runtime Version 1.5 installed. - <a href="http://superb-west.dl.sourceforge.net/sourceforge/drjava/drjava-stable-20050814-2234.exe">Download and install the latest stable version of Dr. Java for Windows</a>. Dr. Java is a single executable (.exe) file, there is no installation program for it. I recommend putting the Dr. Java application on your desktop. - Add or change the file associations for .java and .class files to open with Dr. Java:
Click the File Types tab. Create or change the association for .java and .class files to point to the Dr. Java application on your desktop. - Reboot your machine, and run Dr. Java. - Click the Compile All button. If everything is set-up properly, you should see javac 1.5.0 listed at the bottom right of the Dr. Java window under the heading "Compiler". i hope this is not out dated, but um try it? |
Author: | rizzix [ Thu Sep 06, 2007 8:09 pm ] |
Post subject: | RE:new to java |
Click here Click the JDK 6 Update 2's download button Click the Accept option. Click "Windows Offline Installation (build 06), Multi-language" When completed... Double click the .exe, and just follow the awkward instructions. |
Author: | rdrake [ Thu Sep 06, 2007 8:23 pm ] |
Post subject: | RE:new to java |
It would be worth noting that any IDE (Integrated Development Environment) must make use of a compiler in order to really make anything useful. An IDE just gives you prettier code and some helpful features. |
Author: | Aziz [ Fri Sep 07, 2007 10:08 am ] |
Post subject: | RE:new to java |
Start learning Java by writing the code in notepad/notepad++/some simple text editor, and compiling/running it via command line. IDE's are confusing and misleading for beginners. |
Author: | HeavenAgain [ Fri Sep 07, 2007 7:58 pm ] |
Post subject: | Re: RE:new to java |
Aziz @ Fri Sep 07, 2007 11:08 am wrote: Start learning Java by writing the code in notepad/notepad++/some simple text editor, and compiling/running it via command line. IDE's are confusing and misleading for beginners.
reminds me of <a href="http://www.crimsoneditor.com/">Crimson Editor</a> a very good program to use for lots of coding |
Author: | syntax_error [ Mon Sep 17, 2007 8:40 pm ] |
Post subject: | Re: new to java |
or another IDE that I like that makes life simpler is Dr.Java its clean simple and mainly for students also if are planing to do huge projects in java eg: multi lvl game or something along that size use net beans you can get that off the sun site ![]() |
Author: | Euphoracle [ Mon Sep 17, 2007 9:57 pm ] |
Post subject: | RE:new to java |
I find DrJava perfect for my needs. I prefer to use Notepad when drafting code, however. I like the interface and highlighting better. |
Author: | Euphoracle [ Mon Sep 17, 2007 9:58 pm ] |
Post subject: | Re: RE:new to java |
Euphoracle @ Mon Sep 17, 2007 9:57 pm wrote: I find DrJava perfect for my needs. I prefer to use Notepad(++) when drafting code, however. I like the interface and highlighting better.
Dammit, pressed the quote button instead of edit. My mistake >_>. |