General :: How To Install Sun Java To Fedora 8?
May 24, 2010
I want to install java on my Fedora 8 server but come to the step 9 that is mentioned in this guidebut at step 10 when I enter this command:ln -s /opt/jre1.6.0_18/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.soit gives the following error:ln -s /opt/jre1.6.0_18/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.soln: creating symbolic link `/usr/lib/mozilla/plugins/libjavaplugin_oji.so': No such file or directory
View 1 Replies
ADVERTISEMENT
Jan 29, 2010
Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?
View 4 Replies
View Related
Jul 26, 2010
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
View 4 Replies
View Related
Jun 13, 2011
I try to install the java plugin but the java test pages show not installed. I have tried the openjdk-6-jdk package and the Oracle/Sun 1.6.0_26 version to no avail.
Is there some good instructions page someplace? I have yet to find a set of instructions that provides something clear that works.
View 5 Replies
View Related
Feb 18, 2011
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
View 13 Replies
View Related
Feb 18, 2011
If you are interested, Java SE 6 Update 24 is available. The Check Java Version link in my signature will tell you if you are up to date or not. The Update Java Version link in my signature will tell you how to obtain and install the latest version. The 32 bit version install directions are on the left side of that page and the 64 bit instructions are on the right side.
Just remember to remove the current version before installing the new one as it says in the instructions. The remove instructions are below the install instructions. Also, in Step 9 - "Now you'll want to tell the system, that there's a new Java version available." See the note below it that says if you get an error upon entering the command once, enter it a second time. I have to do that and sometimes forget. Just thought I would mention that. These instructions are already setup for version 6 update 24, but they can be modified for any update and they will work. I have been using these instructions for a couple of years and they work.
View 9 Replies
View Related
Jan 28, 2011
How to install java and firefox java plugin on Ubuntu 10.10?
View 2 Replies
View Related
Nov 16, 2010
installing sun java. how to install sun java?
View 2 Replies
View Related
Dec 21, 2010
I cannot seem to install Sun java.I need this java to run a special program that requires Sun java.I will add that I am quite new to Fedora so still in the intense learning curve.
View 5 Replies
View Related
Dec 31, 2009
I need to install Sun Java JDK on Fedora. which directory should I install?
/usr/src
/usr/lib
/usr/share
or
/usr/local/src
/usr/local/lib
/usr/local/share
or other places would be better?
Another question is:
Fedora comes with a Java compiler. What's the difference this one with the Sun JDK? Do I really need to install Sun JDK?
View 11 Replies
View Related
Aug 17, 2010
How do you go about install 32 java on a 64bit server ?
View 3 Replies
View Related
Sep 26, 2010
I need install java [url] but it is not rpm it is rpm.bin. how can i install it ?
View 7 Replies
View Related
Dec 5, 2010
I'm trying to install Java on Firefox 3.6, and the instructions tell me to go to the Plugins sub-directory of the directory containing Firefox. Problem is, that sub-directory does not exist!
View 14 Replies
View Related
Mar 4, 2011
I'm trying to install java 1.7 but every time i install java it gets 1.6.
Does anyone know how i can get 1.7
View 7 Replies
View Related
May 1, 2010
I have installed CENTOS / PHP 5.1.6 / JAVA 1.5.0_20. Now i want to install JAVABRIDGE for PHP and JAVA title should list in the PHP_info page.
View 1 Replies
View Related
May 29, 2010
I have a Ubuntu Server.From the terminal, how should I install JDK?In this guide it says to use this command: sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk.But on Suns website, it says JDK includes the JRE, so why the JRE in the line above? Anybody know how to actually install Java?
View 6 Replies
View Related
Jun 10, 2010
I have a Sun Fire X4450 running RHEL 5.3. Attached to this server via FC is a Sun StorageTek ST2540 that allows additional storage capacity. In order to administer the ST2540, a software application from Sun (CAM 6.6) has been installed. Part of the install process for this application also installs Java JDK1.6.0_12 (64-bit).
However as we use this hardware as a database server, our database software will not install properly as it requires an earlier version of Java JDK1.5.0_11 to be installed. When I try and install the older JDK rpm package, RHEL will not let me. How can I get both versions of Java installed?
View 4 Replies
View Related
Dec 18, 2008
I downloaded jdk-6u11-linux-1586.bin for working java. I don't know whether I downloaded bin file is correct or not. If it is not correct means what type of file I download to install java. I request u to tell steps for install the java.
View 1 Replies
View Related
Jan 31, 2011
I'm on Ubuntu Maverick. If I need to install the latest Java SDK, what apt-get should I install? There are too many packages when I run apt-cache search java.
View 3 Replies
View Related
Apr 27, 2010
I just got linux yesterday, ubuntu 9.1, with the wubi installer. I have no previous knowledge of linux and I am having a very hard time working out how to install or run any programs, at the moment I'm trying to get java to work.
View 4 Replies
View Related
Jul 28, 2010
i followed the instructions on [URL]..ng-138783.html and now it was installed at /usr/java/jdk1.6.0_20
When I tried to use javac to compile, it said "javac: command not found". then I added the following code into /etc/profile
Code:
JAVA_HOME="/usr/java/jdk1.6.0_20"
export JAVA_HOME
but it didn't solve the problem.
And finally, i found this http://www.crazysquirrel.com/computing/debian/java.jspx
but when I tried to use
[Code]...
View 5 Replies
View Related
Jun 6, 2010
I'm sure there is an easy solution for this but I can't figure it out. Just recently installed F13 and I'm trying to load Java and Adobe Reader, but I can't get installer to come up. I have tried both Firefox and Chrome to download it. I have tried to install by command line, but no luck.
View 1 Replies
View Related
Nov 10, 2010
im using the Fedora 14 64Bit Version, and ive wanted to install the Java plugin for Firefox, but everytime Ive wanted to install it, it tells me this:
Code:
[root@JaKsi JaKo]# /usr/sbin/alternatives --install /usr/lib64/mozilla/plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/default/lib/amd64/libnpjp2.so 20000
failed to read link /usr/lin64/mozilla/plugins/libjavaplugin.so: No such file or directory
the primary link for libjavaplugin.so.x86_64 must be /usr/lin64/mozilla/plugins/libjavaplugin.so
[root@JaKsi JaKo]#
Why lin64? Can I change this?
View 5 Replies
View Related
Aug 13, 2010
Installed Fedora 13 on an old computer (Sony Vaio RX660 with a 1.8 gig P4 cpu). Downloaded java 21 bin file and as root, placed it in a folder I created: /usr/java so it would be accessible to all users.as root in terminal I did a chmod a+x to the file. Then ls -l, which showed I had full read/write with it. Finally, still root, and in terminal, I did the ./jre <etc>.bin and the package immediately unpacked and created files, but never showed me a license agreement to accept.Java, of course, does not work. What am I doing wrong
View 9 Replies
View Related
Jan 19, 2010
Java is installed in linux machine and when I enter the command java -version it shows java is not found.At the same time when i run from the folder where its installed with ./java -version it works.
first of all why its not working from any other place? also why do I need to give ./ from the folder?
View 3 Replies
View Related
Oct 1, 2010
I have downloaded java and installed it with chmod +x and then ./bin package.
Hereunder is an output from CLI (putty)
I understand that the system knows the java is in a wrong place but if I do java -version it finds it correctly. I don't know and I don't understand how do I need to tell the OS that the java is somewhere else, I just did that with export java home and java path but still dosen't work, it keep tells when I do whereis java "java: /usr/share/java"
Here is another output:
View 10 Replies
View Related
Jul 21, 2010
I have rhel 5 installed on my computer,i have installed Java on firefox but want 2 install Java for ie6 .
View 3 Replies
View Related
Dec 21, 2010
How do I download and install Java for Linux Mint?
View 2 Replies
View Related
Feb 21, 2011
I'm using a webhosting server running CentOS, and I'm trying to install GCC to compile Java on the server. Since I'm new to Linux and don't have root privileges, I'm having trouble installing this. I need to install this using command-line. I don't know if I should compile from source (which I downloaded off the "gcc.gnu.org" website) or if I need to install a binary or something. Can I even install anything without root privileges?
View 9 Replies
View Related
Jul 12, 2011
I am attempting a java.bin silent install using two files.
The bash script is this:
sh jdk-6u20-linux-x64.bin -i silent -f /<location>/installer.properties 1>console.txt 2>&1
sleep 5 #this may be unnecessary, just testing it
[code]....
View 7 Replies
View Related