Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » install qusetion on linux(first run eclipse and no response)
install qusetion on linux [message #1769102] Wed, 26 July 2017 10:30 Go to next message
Eclipse UserFriend
Hi, i have a big trouble when i install the eclipse.
i use Ubuntu system, and when i successfully opening the eclipse.exe after i download the eclipse and tar it.
i can see the computer show the screen that setting new workspace,after i confirm it.and see the bar is running.
unfortunately,eclipse is no response to me,there isn't any screen.i even don't see "Welcome screen"and just like it doesn't happen anything....

need ur help thanks!
Re: install qusetion on linux [message #1769298 is a reply to message #1769102] Fri, 28 July 2017 14:43 Go to previous messageGo to next message
Eclipse UserFriend
eclipse.exe is a Windows run file. It should not do anything sensible on Linux (Ubuntu).

Please download Eclipse installer suitable for your Linux (32 or 64 bits, according to your installation), and use it to install Eclipse.
Re: install qusetion on linux [message #1769363 is a reply to message #1769298] Mon, 31 July 2017 00:27 Go to previous messageGo to next message
Eclipse UserFriend
oh,i surely installed the version of linux.
but it show the same situation.
what should i do now ?
Re: install qusetion on linux [message #1769367 is a reply to message #1769363] Mon, 31 July 2017 02:08 Go to previous message
Eclipse UserFriend
Where did you get it?
The linux versions are all tar.gz files which have no .exe files.

You can install Eclipse using the installer: https://eclipse.org/downloads/
Explained here: https://askubuntu.com/questions/695382/how-to-install-eclipse-using-its-installer
The explanation is a bit old but likely still works.

You could also download from the list of all releases: https://www.eclipse.org/downloads/packages/all
Choosing Oxygen-R: https://www.eclipse.org/downloads/packages/release/Oxygen/R
Along with CDT (Eclipse IDE for C/C++ Developers) and selecting the linux version from the list to its right
Linux 32: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/R/eclipse-cpp-oxygen-R-linux-gtk.tar.gz
Linux 64: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/R/eclipse-cpp-oxygen-R-linux-gtk-x86_64.tar.gz

Using one of the latter, just expand the downloaded tar.gz somewhere using a GUI or tar command.
the executable is then <somewhere>/eclipse/eclipse
I renamed the top directory to indicate the Eclipse version: mv <somewhere>/eclipse <somewhere>/eclipse-oxygen-R
which makes the executable: <somewhere>/eclipse-oxygen-R/eclipse


I use /opt as my <somewhere> directory but
made the owner:group of /opt/eclipse-oxygen-R root:eclipse and placed myself in the eclipse group.
I actually created the directory using sudo mkdir /opt/eclipse-oxygen-R first
then expanded the eclipse directory in the downloaded tar.gz file into it.

HTH

[Updated on: Mon, 31 July 2017 02:30] by Moderator

Previous Topic:Debug my own class - How to display a variable/function value
Next Topic:Creating, debugging & using custom Arduino library
Goto Forum:
  


Current Time: Sun Mar 16 22:51:26 EDT 2025

Powered by FUDForum. Page generated in 0.05990 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top