I am currently learning JAVA and I have a mid-range laptop, I need a lightweight IDE to solve problems and to work on. I have used IntelliJ but it is heavy, is there any lightweight best IDE?
Videos
Which lightweight Java IDE is suitable for beginners?
Can lightweight Java IDEs support different Java frameworks?
What are some benefits of using lightweight Java IDEs?
Hi, I need a lightweight Java IDE for competitive programming. All I need is a script editor and a run button, plus a console for IO.
Any suggestions? It needs to work on Windows. Thanks :)
IDEs aren't meant to be lightweight. Use a text editor like Sublime and just compile it in the terminal yourself.
But I wouldn't suggest not using an IDE with Java. Stick with IntelliJ, Eclipse, or Netbeans. Cut the plugins down to a minimum to cut down resource usage.
If you wish to learn Java, you do not learn it in a vacuum. Most professional Java development happens in an IDE such as IntelliJ, Eclipse, or Netbeans, just like most C# development happens inside Visual Studio.
Learning the tools and ecosystem for a language is equivalent if not more important than learning the language itself. Any job you'd apply for doing Java would expect you to have familiarity with these tools, or the general concepts of IDEs.
If you wish to learn Java, you also need to learn Ant, Maven, Gradle, the IDEs, the ins and outs of jar files, and how the classpath works.
In your case, firing up a new 'project' in IntelliJ and then writing some code and clicking 'Run' will do what you are asking. Get familiar with the concept of projects and debuggers as well.
Good luck.
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!
How low end is it? I used to use IntelliJ Idea and loved, it also ran faster than eclipse for me. DrJava is also very small and light weight. But personally I prefer vim + javac the best. :)
Netbeans is a little less sluggish than Eclipse, but it's a huge memory hog.
Emacs is always a fine choice too.