
-----------------------------------
chipanpriest
Mon Dec 19, 2011 1:05 pm

Which Java to download
-----------------------------------
Hey I was just wondering which Java I should download exactly. When I go to the website, there's like 10 different files to download and I dont know which i should so any help would be good :)

-----------------------------------
Tony
Mon Dec 19, 2011 1:18 pm

RE:Which Java to download
-----------------------------------
You probably want the JDK.

-----------------------------------
chipanpriest
Mon Dec 19, 2011 1:20 pm

RE:Which Java to download
-----------------------------------
I've litterally never done anything in java before and I don't even know anything about the syntax or anything :p im a comlete beginner with no experience so you think thats the best one for me?

-----------------------------------
DemonWasp
Mon Dec 19, 2011 1:29 pm

RE:Which Java to download
-----------------------------------
If you're programming Java, as Tony mentioned, you need the Java Development Kit (JDK). It includes the Java compiler (javac) as well as the Java Runtime Environment (JRE), which includes the Java Virtual Machine (JVM).

Google for "how to start programming in Java"; there are thousands of excellent tutorials on this already.

-----------------------------------
chipanpriest
Mon Dec 19, 2011 1:35 pm

RE:Which Java to download
-----------------------------------
okay thanks

-----------------------------------
ProgrammingFun
Mon Dec 19, 2011 8:07 pm

RE:Which Java to download
-----------------------------------
What do you guys actually use for the developing environment. I have been using jGrasp because my school used it but have recently found Eclipse to be attractive.

-----------------------------------
Tony
Mon Dec 19, 2011 8:32 pm

RE:Which Java to download
-----------------------------------
http://www.sublimetext.com/

-----------------------------------
ProgrammingFun
Mon Dec 19, 2011 10:30 pm

Re: RE:Which Java to download
-----------------------------------
http://www.sublimetext.com/
Awesome! Time to replace Notepad++

...but does it do compile/debugging?

-----------------------------------
RandomLetters
Mon Dec 19, 2011 11:14 pm

Re: RE:Which Java to download
-----------------------------------
http://www.sublimetext.com/

omg, a code minimap! 