Choosing a Java IDE for homework assignments

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-01-24T15:33:09Z Indexed on 2010/06/09 1:02 UTC
Read the original article Hit count: 257

Filed under:
|
|

Can anyone recommend a light Java IDE that doesn't require you to make new projects each time you want to compile and run a program? I just want to be able to open java files and compile and run them. I have already tried Eclipse and NetBeans but both require you to make a new project each time you want to compile and run a program. Making a new project is fine for large scale projects but for small school assignments this just makes the process more tedious.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about beginner