Results 1 to 4 of 4
i am new to linux programming. i have installed fedora 9 with cell sdk 3.0 simulator.i tried to install eclipse by using "yum install eclipse" on terminal. all the packages ...
- 01-23-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 3
installing eclipse on fedora 9
i am new to linux programming. i have installed fedora 9 with cell sdk 3.0 simulator.i tried to install eclipse by using "yum install eclipse" on terminal. all the packages were downloaded, but i cant run it. IS there any rpm file that must be installed before doing this. can anybody give me the steps to install it properly.
kindly plz help.
thanks
- 01-23-2010 #2
what happens when you run it? can you post the error message if any? do you have java installed (required to run eclipse)?
- 01-23-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 3
actually i have not installed java. I dont know the exact rpm file to be download. when i run
./eclipse
it displays no such file or directoryand there is no eclipse file on opt folder.
Does it mean that eclipse is not downloaded properly ?
If so plz tell me what to do?
Thanks
- 01-23-2010 #4
opt is not necessarily where it got installed, i would think it was installed into /usr/share/eclipse most likely
./eclipse attempts to run a file named eclipse in the current directory, you need to run just eclipse unless you are in the directory where the executable lies
probably you need to download and install the JDK you want to use from sun website


Reply With Quote