Hi
I am vinod londhe.
my question is which IDE is useful for java beginners
netbeen
eclipse
or other...
please replay i am waiting
removed by mod
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi
I am vinod londhe.
my question is which IDE is useful for java beginners
netbeen
eclipse
or other...
please replay i am waiting
removed by mod
Which IDE you use doesn't really matter. It's a bit like asking somebody how they write papers- using Word, WordPad, Google Docs, etc. Each one has different features that may or may not appeal to you personally, so asking other people what you should use is a bit like asking what you should eat for dinner. We can tell you what we prefer, but it doesn't really have any bearing on what you'll prefer.
But I would say that beginners shouldn't even use an IDE at all. Stick to a basic editor like JEdit and use the command line for compiling and running your programs. When you get used to writing code, using the API, classpaths, packages, etc, then you can start using an IDE.
For more info: When Not to use an IDE
--- Update ---
By the way, I've moved this to the IDEs forum.
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Hello.
I would suggest Eclipse, even though my decision did not came from the level of difficulty of this IDE.
I think Netbeans is specialized for beginners(for example it implements itself a WindowBuilder if you want to cooperate with Graphics), but I chose Eclipse at my first steps, because it covers many sections of technology, such as android, although you have to download them from the repository.
--
Excuse me about my English.
I think you can use eclipse.
Try them out and see which one you like best. Or use multiple IDE's. Personally I like Eclipse, but Netbeans is a perfectly fine IDE, too.
You can also take Kevin's suggestion and try using an advanced text-editor (something that semi-smartly auto indents and has syntax highlighting). My personal favorites are Notepad++ on Windows, GEdit, and VIM on Linux, but there are many other good ones out there.
In development so many peoples are prefer to Eclipse.