Author |
Message |
chipanpriest
|
Posted: Mon Dec 19, 2011 1:05 pm Post subject: 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 |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
|
|
|
|
chipanpriest
|
Posted: Mon Dec 19, 2011 1:20 pm Post subject: 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
|
Posted: Mon Dec 19, 2011 1:29 pm Post subject: 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
|
Posted: Mon Dec 19, 2011 1:35 pm Post subject: RE:Which Java to download |
|
|
okay thanks |
|
|
|
|
|
ProgrammingFun
|
Posted: Mon Dec 19, 2011 8:07 pm Post subject: 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
|
|
|
|
|
ProgrammingFun
|
Posted: Mon Dec 19, 2011 10:30 pm Post subject: Re: RE:Which Java to download |
|
|
Tony @ Mon Dec 19, 2011 8:32 pm wrote: http://www.sublimetext.com/
Awesome! Time to replace Notepad++
...but does it do compile/debugging? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
RandomLetters
|
Posted: Mon Dec 19, 2011 11:14 pm Post subject: Re: RE:Which Java to download |
|
|
Tony @ Mon Dec 19, 2011 8:32 pm wrote: http://www.sublimetext.com/
omg, a code minimap! <3 |
|
|
|
|
|
Tony
|
Posted: Mon Dec 19, 2011 11:26 pm Post subject: Re: RE:Which Java to download |
|
|
ProgrammingFun @ Mon Dec 19, 2011 10:30 pm wrote: ...but does it do compile/debugging?
It comes with a build system.
RandomLetters @ Mon Dec 19, 2011 11:14 pm wrote: omg, a code minimap! <3
It's very useful for well structured files where you recognize parts of the code based on their indentation patterns (e.g. HTML) and/or mixed languages (HTML and JavaScript in the same document would be highlighted in primarily different colours). Though hopefully your project's design is good enough to not need the minimap |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|