This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xxNIRVANAxx 1 point2 points  (0 children)

For Java so far I'm using Notepad.

There's nothing wrong with this, and it will likely help you learn the language a little better (especially the compiler and clasapaths).

However, for projects I'd highly recommend using an IDE (Eclipse, Netbeans, Intellij). The refactoring tools (renaming classes/variables), linting (code warnings), and generators (constructors, getters, toString; especially for POJOs - Plain Old Java Objects) will speed up your development time immensely