Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:30 Go to next message
JIMMY WANG is currently offline JIMMY WANGFriend
Messages: 3
Registered: July 2017
Junior Member
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 18:43 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
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.


--

Tauno Voipio
Re: install qusetion on linux [message #1769363 is a reply to message #1769298] Mon, 31 July 2017 04:27 Go to previous messageGo to next message
JIMMY WANG is currently offline JIMMY WANGFriend
Messages: 3
Registered: July 2017
Junior Member
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 06:08 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
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 06:30]

Report message to a 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: Sat Apr 27 02:26:13 GMT 2024

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

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

Back to the top