![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dual Boot Win XP And Fedora with Fedora Installed First | eltinator | Linux | 4 | 03-23-2008 11:30 PM |
| Fedora 7 | Cameron | Linux | 3 | 12-24-2007 05:06 AM |
| new in fedora | sadiquep | Linux | 2 | 03-29-2007 03:17 PM |
| Fedora to be or not to be? | Mr_Pinky | UNIX for Dummies Questions & Answers | 2 | 09-19-2005 02:10 PM |
| FEDORA HELP(please) | ameya_shaligram | Linux | 7 | 09-15-2005 09:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
JRE in Fedora 7
Perhaps this is the right forum for this question?
Hi, I am trying to install the Java Runtime Environment in Fedora 7. However, according to articles such as this: How to Install Java in Fedora Core 6 - Java Runtime Environment - Softpedia I should have a plugin directory in the jre directory. I don't have that after running the script. I also don't have that in the /usr/java/jre1.6.0_0.6 directory that comes with Fedora 7. My question: Is the article above correct for installing JRE and if so, how do I link to files such as /opt/jre1.5.0_xx/plugin/i386/ns7/libjavaplugin_oji.so when they don't appear? Is there an easier way to install it? Thanks in advance for your help! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
What are you trying to do with the JRE? Running Java applets in Web browser, or running some other Java-based applications? The "plugin" is used for running Java applets. You don't need to install it unless running applet is your intention.
My installation is Java SDK 6 (with the JRE inside). The browser plugin is: Code:
[bernardchan@bernardchan ~]$ ls -l ~/apps/jdk/jre/plugin/i386/ns7 總計 140 -rwxr-xr-x 1 bernardchan bernardchan 137085 11月 29 2006 libjavaplugin_oji.so |
|
#3
|
|||
|
|||
|
i am trying to run an applet.
|
|
#4
|
|||
|
|||
|
Then you can try to find the .so by referring to the path I show you.
|
|||
| Google The UNIX and Linux Forums |