←  Code Block

Fallout Studios Forums

»

Eclipse

BeefJeRKy's Photo BeefJeRKy 11 Feb 2009

I'm learning Java and was trying the Eclipse IDE though some people told me Netbeans is better. I wanted some input from you guys.
Quote

Teron's Photo Teron 12 Feb 2009

View PostScope, on 11 Feb 2009, 22:18, said:

I'm learning Java and was trying the Eclipse IDE though some people told me Netbeans is better. I wanted some input from you guys.


I'm developing programs for the uni and for the company I'm working at and I think, Eclipse is for the first encounter a bit overloaded. Alot of settings you can do, but when you get used to it, you will notice how much it supports you.

You will love the "CTRL-Space" (code completing, try typing "for" and then the comb. e.g. ), CTRL+1 error/warning solving, "CTRL+F" for formatting the code (by a given formatter you can choose or by the default Java conventions) and organizing Imports with "CTRL+O" makes Eclipse , imho, the most comfortable IDE out there.
Quote

BeefJeRKy's Photo BeefJeRKy 12 Feb 2009

View PostTeron, on 11 Feb 2009, 20:10, said:

View PostScope, on 11 Feb 2009, 22:18, said:

I'm learning Java and was trying the Eclipse IDE though some people told me Netbeans is better. I wanted some input from you guys.


I'm developing programs for the uni and for the company I'm working at and I think, Eclipse is for the first encounter a bit overloaded. Alot of settings you can do, but when you get used to it, you will notice how much it supports you.

You will love the "CTRL-Space" (code completing, try typing "for" and then the comb. e.g. ), CTRL+1 error/warning solving, "CTRL+F" for formatting the code (by a given formatter you can choose or by the default Java conventions) and organizing Imports with "CTRL+O" makes Eclipse , imho, the most comfortable IDE out there.



Well we started off using text editor plus terminal. But you recommend Eclipse then? Alright good to know.
Quote

BeefJeRKy's Photo BeefJeRKy 22 Oct 2009

Bumping this topic, but I'm transitioning to C++ from Java, and I wanted to see if I could keep using Eclipse with the C++ plugins or whether I should use Visual Studio or Codeblocks (assume price isn't a problem MSDN <3)
Quote

CodeCat's Photo CodeCat 22 Oct 2009

I haven't used Eclipse for C++, and so I don't know how it compares to the Java version. In any case my tutorial has an open space for an installation guide if anyone wants to write it. :D
Quote

Warbz's Photo Warbz 22 Oct 2009

Know much about C#?
Quote

BeefJeRKy's Photo BeefJeRKy 22 Oct 2009

AFAIK, it's very similar to Java, so potentially yes :lol:
Quote

CodeCat's Photo CodeCat 22 Oct 2009

C# is Microsoft Java, basically, but they gave their own spin on the runtime system so in practice it's quite different. I've never used it, and don't really intend to as some parts of the implementation are patented in some countries. And Microsoft is probably just waiting to set off the patent bomb at the right moment.
Quote

Teron's Photo Teron 25 Oct 2009

View PostViseur, on 22 Oct 2009, 7:43, said:

Bumping this topic, but I'm transitioning to C++ from Java, and I wanted to see if I could keep using Eclipse with the C++ plugins or whether I should use Visual Studio or Codeblocks (assume price isn't a problem MSDN <3)

It's no problem developing C++ programms with eclipse, I do so (aside of Java)

If you are already using linux, just install the C++ plugin for eclipse via --> software updates
If you are under windows, you have to install cygwin or minsys with mingw :P

Some tutorial how to do so:
http://wiki.wxwidgets.org/Eclipse,_CDT_&am...SYS_Setup_Guide
Edited by Teron, 25 October 2009 - 19:12.
Quote

BeefJeRKy's Photo BeefJeRKy 25 Oct 2009

Meh I just installed Code:Blocks :P
Quote

Z_mann's Photo Z_mann 17 May 2010

Yes, yes, i know :D But I think this doesn't need a new thread.

I'm looking for a GUI editor for Java, and since I use Eclipse, I was just wondering if anyone has any recommendations?
Quote

BeefJeRKy's Photo BeefJeRKy 17 May 2010

I don't get it. You're using Eclipse right? That's a Java IDE. Unless you mean something to edit Swing in? This may help
Quote

CodeCat's Photo CodeCat 18 May 2010

My recommendation is to use Eclipse. :P
Quote