How to program in Java easily

Hello dear community,

I need to start learning Java for a University assignment and I would like to know if there is some IDE that does the exact same job for Java as Codeblocks does for C/C++, i.e, code completion, line numbers, debugger and especially, run the programs on a black console-like window…

I tried Netbeans IDE but it’s not exactly what I was looking for, so, if someone could point me some suggestions it would be really valuable to me

Thanks in advance,
Bruno Oliveira

I love Eclipse, which seems to have the features you are looking for except the console is white :slight_smile:

2 Likes

Thank you very much for your answer :smiley:

It’s exactly what I was looking for :slight_smile:

Bruno Oliveira