Date: Thu, 16 Apr 2015 12:42:23 +0200 From: Polytropon <freebsd@edvax.de> To: arnab bhowmick <arnabbhowmick111@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Eclipse ide Message-ID: <20150416124223.bc386b58.freebsd@edvax.de> In-Reply-To: <CAGk=YH60t7osqwJ0R6Mun3p6HMjh7_nKL%2BeWqhFVMDc4bR%2BWog@mail.gmail.com> References: <CAGk=YH60t7osqwJ0R6Mun3p6HMjh7_nKL%2BeWqhFVMDc4bR%2BWog@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 Apr 2015 15:57:03 +0530, arnab bhowmick wrote: > I have tried to run eclipse from the terminal but nothing is going on. What is the _exact_ output of the command? Please copy from the terminal. > I > cannot find where the desktop icon is or what I have to change in my system > to make eclipse run for my c/c++ college project As I said, this depends on which desktop environment you're using. KDE? Gnome? Xfce? LXDE? But if you start Eclipse from a terminal, it doesn't actually matter. Still the questions remain: 1. Have you installed the JDK components required by Eclipse? 2. What happens if you run the "eclipse" from a terminal? 3. Which desktop are you using? Withoput answering those question, any recipient of this mailing list cannot do more than just guessing, and except providing some basics, this won't be much help for you. On Thu, 16 Apr 2015 15:59:16 +0530, arnab bhowmick wrote: > Is there any ide better than eclipse for programming? Yes. One of the best IDEs is "make", accompanied by your favourite editor. It works fine for C and C++. The OS already provides an excellent C compiler (clang) per default, and you can add GCC if you need. A good window manager also helps dealing with them. The advantage here: You don't have to mess with Java. :-) Regarding the editor part (essential!), you'll have to form your own opinion. Some people recommend using gvim from start, others suggest using joe within a terminal. and there's also the Midnight Commander's editor (mcedit), as well as the famous Emacs. You have to try and choose. Maybe you already have a favourite? Then keep using it. For C and C++, there's eclipse-cdt in the ports collection to provide the toolchain for the Eclipse port. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150416124223.bc386b58.freebsd>