4
4
4ex0V2012-06-05 03:28:31
Java
4ex0V, 2012-06-05 03:28:31

Recommend an IDE to start learning JAVA

I ask for advice in choosing an IDE so that it is comfortable to start learning Java.
Thank you.

Answer the question

In order to leave comments, you need to log in

14 answer(s)
P
phil_tsarik, 2012-06-05
@phil_tsarik

When I was just starting to learn Java, I wrote in a notepad (Notepad2) and collected everything myself through javac and the command line, knowing that there were different IDEs and so on.
I think there was some sense in this. And in the IDE, you still write. Try without an IDE in the first couple.

V
varg242, 2012-06-05
@varg242

IDEA

B
Beholder, 2012-06-05
@Beholder

In order to start learning, an IDE is not needed and will be superfluous. You need an editor + command line.

O
OlexU, 2012-06-05
@OlexU

IDEA Community Edition. I worked on large projects using both Eclipse and NetBeans, I haven't discovered anything better than IDEA yet.

T
TideSofDarK, 2012-06-05
@TideSofDarK

You won't find anything better than Eclipse to start with, seriously.

G
gltrinix, 2012-06-05
@gltrinix

I started relatively recently. Worked in both Eclipse and NetBeans. Stayed on the last one. But this is my subjective opinion. In general, I strongly advise you to read all the comments on this article:

S
Sergey Sokolov, 2012-06-05
@sergiks

Non-trivial, and not quite an IDE: Processing - mainly graphics and interactive programming, an add-on over JAVA. On the one hand, something interesting will quickly turn out, on the other hand, this is, in general, JAVA.

E
eaa, 2012-06-05
@eaa

I started with Netbeans - I was quite satisfied, it completely solves all the tasks of the IDE, especially at the initial level it completely covers all the needs. For large projects, too, just right. Then I didn’t write for a while, and then I needed to write for android. It turned out that there is a plugin for eclipse - well, without hesitation, I applied it - everything is also beautiful and neat (but I didn’t write large projects on it, but for a start it’s quite). As a result, even to work on the pearl, I now switched to eclipse.
So it doesn't matter where to start. Try one project on one, another on another. And then figure out what you like best.
And from the books - read Schildt, it’s quite okay.

B
Beresovskiy, 2012-06-05
@beresovskiy

I use Intellij Idea, but for a beginner I recommend NetBeans. I used it myself in the first courses, I was satisfied.

X
XRay39, 2012-06-05
@XRay39

I also started learning Java. Chose between Eclipse and NetBeans. I stopped at the last one, because for an initial acquaintance with java it is the very thing. And then when there is experience, it will not matter what to work in.

S
sl4mmer, 2012-06-05
@sl4mmer

I advise you to spend money on IDEA. IMHO the best IDE for java. Android tools available. Personal license <200$. There is a community edition - free

Y
Yuketsu, 2012-06-05
@Yuketsu

I started learning Java with IntelliJ IDEA, but I couldn't figure it out, I didn't have enough knowledge. Installed NetBeans and was very happy. A lot of tips and a user-friendly interface, just the thing for a beginner.
Now I'm slowly moving to IDEA.

P
phil_tsarik, 2012-06-05
@phil_tsarik

> 1. Will it be possible to use the android SDK on IDEA or is it only for Eclipse?
This is not entirely correct. You mean probably a plugin for eclipse, which helps to develop android programs. And for the idea, here is what was found in Google first:
www.jetbrains.com/idea/features/google_android.html

E
EndUser, 2012-06-05
@EndUser

You can experiment with play.google.com/store/apps/details?id=com.aide.ui
But there is no visual form builder, afaik.
But still a maliciously native tool, immediately on a combat course ;-)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question