vote up 0 vote down star

just looking to start programming in Java. I'm on a windows platform and currently use Visual Studio 2008 for ASP.Net programming and FlashDevelop for ActionScript.

i'm looking for a free IDE which has the following:

  • Compile / Test from IDE
  • Runs on Windows (Vista)
  • Is free!
  • Has intellisense / autocompletion

Thanks, Josh

flag

Even though it's allowed here, you should ask this at StackOverflow.com. – M4dRefluX Jul 24 at 15:19
Isnt Stackoverflow the preferred place for development questions. Besides, i am sure it has already been asked there. – joshhunt Jul 24 at 15:20
IntelliSense being a Microsoft trademark, you probably want "autocompletion" – Arjan van Bentem Jul 24 at 15:22
i thought as it was a software based question it should be here – Josh Jul 24 at 15:23
1  
stackoverflow.com/search?q=java+ide – warren Jul 24 at 15:27
show 2 more comments

migrated from superuser.com

5 Answers

vote up 33 vote down check

You should try Eclipse or Netbeans they both have the features you mentioned and both work very well.

link|flag
2  
Eclipse for non-graphical, Netbeans for graphical, imho. I use Eclipse every day for development and like it very much. – Stefan Thyberg Jul 24 at 15:22
3  
Aggreed I prefer Netbeans personally but at the end of the day its what works best for you. Netbeans and Eclipse are definitly the best free Java IDEs. – Mark Davidson Jul 24 at 15:34
vote up 3 vote down

NetBeans

link|flag
+1000 If I could Netbeans is by far the best IDE for Java and many other languages. – Mark Davidson Jul 24 at 15:30
Not the best for C# though which is what I use. – M4dRefluX Jul 24 at 15:34
vote up 0 vote down
  1. Eclipse
  2. MyEclipse - not free but not pricey too
  3. NetBeans
link|flag
vote up 0 vote down

Netbeans is especially great if you're at a stage where you want to make some interesting GUI stuff without delving into the line by line construction with its drag-and-drop window building. Obviously, auto-generated code isn't going to be really pretty, but it's still great to be able to make a window look exactly how you see it in your head without having to go in and tweak gridlayouts or the like. Very encouraging.

link|flag
vote up 0 vote down

++Netbeans;

I have worked in versions of Visual Studio for 8 years and have recently changed jobs to a shop where Java is being used. We use Netbeans and I have found it to have a great set of features just in the base IDE, not to mention the available plug-ins from SUN and the Netbeans community. So, for me, having been used to Visual Studio, I found Netbeans to be a great tool as well.

-bn

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.