FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I have problem running eclipse on my FC2 linux. Here is how I installed eclipse and java sdk:
I unziped eclipse-SDK-3.0-linux-motif.zip in /usr/local/. This created /usr/local/eclipse/ directory with eclipse executable in it. I also run j2sdk-1.3.1_13-linux-586.bin in /usr/local. This installed java sdk in /usr/local/jdk1.3.1_13/ dirrectory.
In my ~/.bash_profile, I added these two lines:
PATH=$PATH:/usr/local/jdk1.3.1_13/bin
export PATH
I logged out and logged back in again, and checked $PATH to make sure the path is set correctly.
I run eclipse by entering this command from my home directory:
$/usr/local/eclipse/eclipse
The command came back with the error:
/usr/local/jdk1.3.1_13/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
and eclipse displayed a window with the following messages:
JVM terminated. Exit code=127
/usr/local/jdk1.3.1_13/bin/java
-cp /usr/local/eclipse/startup.jar org.eclipse.core.launcher.Main
-os linux
-ws motif
-arch x86
-showsplash /usr/local/eclipse/eclipse -showsplash 600
-exitdata /usr/local/eclipse/eclipse -exitdata f8004
-vm /usr/local/jdk1.3.1_13/bin/java
-vmargs
-cp /usr/local/eclipse/startup.jar org.eclipse.cor.launcher.Main
I am new to linux and eclipse. Please help.
Thanks for your attentions
I dont know if this is your problem, but my understanding is that eclipse requires J2SDK-1.4.2_05 ... You should download the entire SDK from (not just the JRE)here .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.