Results 1 to 3 of 3
Thread: Java ide
- 11-29-2015, 08:46 PM #1
Member
- Join Date
- Nov 2012
- Location
- Wales
- Posts
- 5
- Rep Power
- 0
- 11-30-2015, 04:15 AM #2
Senior Member
- Join Date
- Jan 2013
- Location
- Northern Virginia, United States
- Posts
- 6,226
- Rep Power
- 13
Re: Java ide
It is a matter of personal preference. There are quite a few free ones out there. The most popular is probably Eclipse. Try them different ones and see how they work (but stay away from GUI design features - at least until you understand what they are doing).
Regards,
JimThe JavaTM Tutorials | SSCCE | Java Naming Conventions
Poor planning on your part does not constitute an emergency on my part
- 11-30-2015, 11:23 AM #3
Re: Java ide
For learning, nothing beats the old Notepad (or Notepad++ if you will). Compile and run your stuff on the commandline. This forces you to understand classpaths and the whole compile process. After a day, you'll know what it's all about, and only then fire up the good old IDE.
"It's not fixed until you stop calling the problem weird and you understand what was wrong." - gimbal2™ © 2013
Bookmarks