Thread: Help Installing Eclipse on Ubuntu
hi! (quick link @ question: find out comment to)
updating eclipse version: 3.7.1 download here (the classic one)
gave file name: eclipse-sdk-3.7.1-linux-gtk.tar.gz (which download)
did, did big of google find proper installation.
, have found herethe following steps:
question: sudo chmod +x `sudo find eclipse -type d` (no sure this)php code:tar xzf wtp-all-in-one-sdk-1.0-linux-gtk.tar.gz
sudo mv eclipse /opt/eclipse cd /opt sudo chown -r root:root eclipse
(i didnt move it with this command but the same principle)
sudo chmod -r +r eclipse
sudo chmod +x `sudo find eclipse -type d`
, then:
create eclipse executable in path
sudoedit should have content (question here. have not far)code:sudo touch /usr/bin/eclipse (question: not sure doing here) sudo chmod 755 /usr/bin/eclipse sudoedit /usr/bin/eclipse
then create gnome menu item (question right?)php code:#!/bin/sh
#export mozilla_five_home="/usr/lib/mozilla/"
export eclipse_home="/opt/eclipse"
$eclipse_home/eclipse $*
with contentsphp code:sudoedit /usr/share/applications/eclipse.desktop
and suppose thisphp code:[desktop entry]
encoding=utf-8
name=eclipse
comment=eclipse ide
exec=eclipse
icon=/opt/eclipse/icon.xpm
terminal=false
type=application
categories=gnome;application;development;
startupnotify=true
could please comment on steps (looking see if right , possible security risk)?php code:/opt/eclipse/eclipse -clean
not sure tough did part think previous pretty normal.
have not done further because go /opt/eclipse/ folder , double click on launcher , start ok far!
help!
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Help Installing Eclipse on Ubuntu
Ubuntu
Comments
Post a Comment