🌐
Reddit
reddit.com › r/learnjava › what's the best java ide to use for beginners?
r/learnjava on Reddit: What's The Best Java IDE To Use For Beginners?
April 18, 2020 -

What's the difference between using an IDE like Eclipse and using a text editor like Atom when making Java programs?

Does the IDE make it easier in any way? Does it pinpoint flaws in your program and tell you why something might not be working the way its supposed to? Why do people even choose to use IDEs as opposed to using text editors?

I'm new to Java, got a background in Javascript. I'm finding Java really difficult because even the smallest errors will lead to 100 other errors and the error messages you get in the compiler are very hard to interpret and figure out.

Would I benefit from using a IDE?

🌐
Reddit
reddit.com › r/learnjava › what is the best free ide for learning java?
What is the best free IDE for learning Java? : r/learnjava
June 3, 2025 - IntelliJ Community edition or Eclipse are your best options here, both are free. Having a debugging tool will let you pause a program while it is running, look at the values for the variables in your program, and really help you to understand why your code is or is not working.
🌐
Reddit
reddit.com › r/java › can anyone recommend a good ide for a beginner programmer?
r/java on Reddit: Can anyone recommend a good IDE for a beginner programmer?
December 1, 2013 -

About a week ago I posted a thread in this sub asking for good resources to start learning Java, and I got several really good answers. I have decided to go with Big Java for the moment, and if I decide that I like Java and wish to continue learning it I will buy some more resources. But I am struggling with it :(

All of my limited programming experience has been Matlab and Python. Disregarding Matlab, which was for a class, Python is a scripting language. I can open my text editor, type my function/program and then just run it like that. But when I try Java it seems so much more complicated :( I have to make a project, following special naming conventions which I don't really understand, then make a class inside the project, find a way to compile it, and then run it to see if the code is working. This is very complicated compared to Python, and Big Java doesn't go into much detail about it. It just tells you to use your preferred development environment and expects me to know how to use it.

Can anyone recommend a good IDE for Java? Hopefully it is simple to use. I currently have BluJ on my computer but I don't know if that is a good one to use or not. Also, I apologize for not posting this in r/learnJava but last time I posted there I didn't get any responses due to the small userbase

🌐
Reddit
reddit.com › r/learnprogramming › which free java ide/editor is the best for an absolute beginner?
r/learnprogramming on Reddit: Which free Java IDE/Editor is the best for an absolute beginner?
October 12, 2025 -

My great university decided to teach us Advanced Numerical Analysis in Java despite never teaching us Java beforehand. I know basic mathlab, don't know anything about Java and I have to learn it by myself in a very short time (weeks). My professor recommended me an Editor from 2000s that is obviously outdated. What are my options? Sorry if this is not the proper place to ask this.

🌐
Reddit
reddit.com › r/javahelp › which free java ide/editor is the best for an absolute beginner?
r/javahelp on Reddit: Which free Java IDE/Editor is the best for an absolute beginner?
October 12, 2025 -

My great university decided to teach us Advanced Numerical Analysis in Java despite never teaching us Java beforehand. I know basic mathlab, don't know anything about Java and I have to learn it by myself in a very short time. My professor recommended me an Editor from 2000s that is obviously outdated. What are my options? Sorry if this is not the proper place to ask this, I really don't know another place.

Find elsewhere
🌐
Reddit
reddit.com › r/learnjava › good ide for learning java
r/learnjava on Reddit: Good IDE for learning Java
July 2, 2021 -

This semester at my university we are going to be learning Java and i was wondering what IDE i should use - up until now i've used VS and VS Code and dipped into programming on Ubuntu both directly and with WSL.

As far as i've seen Intellij and Eclipse are recommended for Java, but i was wondering if coding on VS code or Ubuntu can offer me a faster learning curve experience or will slow me down?

What are your recommendations?

🌐
Reddit
reddit.com › r/learnjava › lightweight ide to learn java
r/learnjava on Reddit: lightweight IDE to learn Java
August 19, 2022 -

Hi, I am trying to learn Java.

I'm probably going to learn it on both Mac and Windows.

For Mac, is there any lightweight IDE recommendation you guys have?

Then, for Windows, is it possible to use Notepad++ or is it recommended for java? I am working through a textbook "Programming and Problem Solving with Java".

I like Notepad++ because it is very lightweight, and I have past experience from botting Diablo II using it.

Best!

🌐
Reddit
reddit.com › r/learnprogramming › good ide for java beginner/intermediate?? intellij??
r/learnprogramming on Reddit: Good IDE for JAVA Beginner/intermediate?? IntelliJ??
October 1, 2016 -

Looking for a good IDE. I am in my second programming class, java 2. I used Terminal on Mac for the entire first course and think I know the syntax and formatting stuff well. I've downloaded IntelliJ because it is free for students and a professor recommended it. But I am having trouble adapting to how projects are created and stored.

Can someone recommend a good IDE? I would like to stick with IntelliJ if possible but am just super confused on how it works. Any advice is appreciated. Thanks!