New to java: what to download?

I want to dive into java, but there seem to be so many different variations of java here: Java loading

What is the best setting for a java newbie to use? I have experience with C, but I need to learn a new Java language. Right now, it looks like I should go with the Java SE 6 Update 24 JDK. However, should I get this with NetBeans 6.9.1? I also heard that Eclipse was also a good development environment. Should I ignore NetBeans if so?

I also looked at this: A young way to educate developers. Is it worth taking a look at BlueJ and then at NetBeansIDE BlueJ Edition before actually getting the real thing? It seems like a lot of time has been learning the basics of Java, but again, java is a pretty big world from where I can see it right now.

Your recommendations are welcome. :)

+5
source share
11 answers

Eclipse or Netbeans will do the trick.

The JSE standard, if all you want to do is the desktop. Download J2EE if you want to make an enterprise.

To give an example, something like JPA (Java persistance) or JMX (Java messages) is on the J2EE stack. If you want to create simple console applications, it is best to stick with JSE.

-, - . Metro NetBeans, .

-, struts2/ spring/sitemesh IDE.

, , maven. , Java - , - Maven, . IT maven. , , ... .

, , Java (, ruby โ€‹โ€‹ python #), .

- , , . , . .., .

+3

Java SE 6 JDK, Java 7 Java 7 JDK, , 64- , 32- JRE ( Java - Java), (Windows) 32- 32- Java JRE. Java 7? .

IDE, Jetbrains IDEA, Community Edition, . Eclipse 3 IDEA CE .

+3

IDE ( ), vim .

java, jdk. , , . java development kit http://en.wikipedia.org/wiki/Java_Development_Kit

, https://jdk6.dev.java.net/, v6 java, ,

netbeans. . .

+2

Eclipse, . Java , . , . emacs , javac/java. Ant, , Eclipse .

+2

Eclipse IDE java. , netbeans .

, IDE ! ?:)

+1

, JDK. , , .

IDE - . NetBeans.

+1

3 Java IDE... Eclipse, Netbeans Idea (InteliJ). - , , - . Eclipse , , , . GUI, , , . Netbeans. , , 5 , .

+1

, Eclipse IDE. , , .

Java, YouTube, . JDK Eclipse: http://www.youtube.com/playlist?list=PL09CE2067DE105C40&feature=plcp

+1

- , , - C, Java, , , , " " " Java . , . , , ( !), IDE .

Java SE. (- Java EE, , Java SE- ).

Java 6, , , , . Java 7, , . .

, @CodeMonkeyCharlie, Eclipse, , , , . (: Idea NetBeans.) , Eclipse Android, - .

Oracle Java Tutorials - . Java 6 API . Canadian Mind Products - - Java SE 6.

.:)

+1

Eclipse Netbeans.

Java - http://chortle.ccsu.edu/cs151/cs151java.html

Java Tutorial youtube thenewboston Java Tutorials: http://www.youtube.com/watch?v=Hl-zzrqQoSE

0

:

IDE (Integrated Development Environment) . Eclipse NetBeans. Eclipse , . NetBeans - IDE Oracle, (GUI).

thenewboston. , , . , Head First Java. .

0

All Articles