Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans or Eclipse. Which IDE should I use first? [closed]

I've been creating Java programs in a text editor for more than a year and now I want to switch to any IDE for creating Java applications. May I know which IDE should I use first? Eclipse or NetBeans? Which is more preferable for a starter?

I've also done a little work in Visual Studio for creating C# applications. Will working on any IDE gonna be helpful for me?

like image 607
rahul Avatar asked Feb 02 '11 07:02

rahul


People also ask

Should I use NetBeans or Eclipse?

If you like modularity and fine-tuned control over your IDE, Eclipse is the better option. If you hate having to install plugins every time you need another tool, NetBeans is the way to go.

Can you have both Eclipse and NetBeans?

Show activity on this post. There are no issues at all with having them on the same system. However, each have their own project specific files, so using them on the same project isn't seamless. This is made a lot easier if you're using source control and keep your (non-source code) project files separate.

Is NetBeans beginner friendly?

NetBeans can be more beginner-friendly than Eclipse. It has a simpler user interface. And you can get started without all the plugins.

Is NetBeans best IDE for Java?

Apache NetBeans is the official IDE for Java 8, making it a top Java IDE for creating desktop, mobile, and web applications. NetBeans is open-source and is used to develop desktop, web, and mobile applications along with HTML5 and C++.


2 Answers

I've always liked NetBeans for it's simplicity, however I use Eclipse as it has an official plugin for Android, provided by Google. Eclipse is very good but also somewhat complicated - I've used it for years and probably don't know what 60% of the settings or features even do.

So stick to NetBeans, unless you're doing Android development.

like image 104
trojanfoe Avatar answered Oct 04 '22 14:10

trojanfoe


Eclipse is definitely closer to the text editor environment you're used to, while NetBeans is more geared towards interface development.

A stock installation of Eclipse is extremely lightweight relative to NetBeans. NetBeans is probably closer to Visual Studio. It depends on what kind of environment you prefer to work in.

If you enjoyed and preferred text editor coding, I'd go with Eclipse. If you preferred Visual Studio-style environments, I'd go with NetBeans.

If your computer is old, I'd go with Eclipse as well.

like image 32
sichinumi Avatar answered Oct 04 '22 16:10

sichinumi