LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   eclipse (https://www.linuxquestions.org/questions/linux-newbie-8/eclipse-280191/)

phoenix_wolf 01-20-2005 01:25 PM

eclipse
 
Greetings

eclipse was suggested to me for my java programing.

I am having problems installing it, now I was also given a website http://www.csfalcon.com/index.jsp?topic=Eclipse%20IDE where there was a installation instructions of course I did every thing that was stated on the website but I am getting this error ( I have installed jdk and j2sdk)

/usr# eclipse&
[1] 2219
bash: eclipse: command not found
/usr# eclipse
bash: eclipse: command not found
[1]+ Exit 127 eclipse

I installed eclipse-SDK-3.0.1-linux-gtk-amd64.zip

thank you for your help

csfalcon 01-20-2005 02:35 PM

Did you edit /etc/profile and run the command

Code:

source /etc/profile
Your system can't find the eclipse executable right now.


Try
Code:

/usr/eclipse/eclipse
if /usr/eclipse is where you unzip the file.

phoenix_wolf 01-21-2005 02:09 AM

well that was part of it but I dl got another verson the one wihtout amd and it workded

thank you for yur hlep


All times are GMT -5. The time now is 04:53 PM.