I mainly like to use NetBeans as my IDE for Java,which i really enjoy using. Currently just learning Java and was advised this would be a great program, which it is. I would just like to ask the experienced guys here what software you mainly use for Java / Python etc. As said, I am just in the process of getting my degree in SE so never been exposed to the business world of software and what is mostly used.
|
|
The main alternative to NetBeans would be Eclipse, which also has a huge range of plugins for other languages and additional features (source control, unit-testing, refactoring, project management, you name it). If you are looking at the wider world, i.e. not just for Java, then you might want to have a look at MonoDevelop, which has come along very nicely over the last few years. As it is aimed at the .NET community, its strength lies in languages associated with that (C#, VB.NET, etc.) |
|||
|
|
|
I would also like to add Although there are many other alternatives in IDE but I prefer and advise you to go with Eclipse. IMO |
|||
|
|
|
The best part of NetBeans is that it's free and runs on Linux, Mac OS and Windows. I am using it with Ubuntu and I'm really happy with it. But the part that I don't like is that it's a java written program and it's kinda slow! |
|||||
|
|
I wrote my own IDE using ANT, VIM and scripts because both Netbeans and Eclipse were to slow on my old PC. It works for me, which is my sole criteria for selecting an IDE to work with. Try out Netbeans and Eclipse and see which one you are most comfortable with. I would also recommend trying out BlueJ, Geany and JBuilder. |
|||
|
|