I have newly started using linux mint (linux at all).
I have installed two jre versions on it. One openjdk and another oracle jdk.
Currently I have these installed on my Scientific Linux 6.3:
[root@localhost ~]# rpm -qa | egrep -i 'java|jre'
java-1.7.0-openjdk-1.7.0.9-2.3.7.1.el6_3.x86_64
java-1.6.0-openjdk-1.6.0.0-1.56.1.11.8.el6_3.x86_64
tzdata-java-2012j-1.el6.noarch
[root@localhost ~]#
Do I need to remove then to be safe from the recent Java vulnerabilities? (If I try to remove the java-1.6.0-openjdk..
Hello,
I would like to update java on some of my servers running Solaris 9 & 10. The most common version of java on the servers is java 5. I would like to remove this older version and install java 6, even though it is fully patched. The main program that uses java 6 is NetBackup. This program is not patching their embedded java fast enough.
I'm unable to use web-based java content due to my version being out of date.
I want to play this java simulation: http://www.compadre.org/OSP/items/detail.cfm?ID=9640 in java 3d mode on a linux (ubuntu) system. But it doesn't work.
If I switch to java 3d-mode it complains that java 3d is not installed. sudo aptitude install libjava3d-java didn't help.
Then I did a right click in this java app and selected Diagnostics-> About Java 3D.
Hello,I want to install my program, which need for run java enviroment. I installed it a few times on varios linux distributions (ubuntu, debian-lenny, fedora, linux-mint) with no problem.
Hello everyone. I am new to Fedora; in fact I just installed it. I was running Ubuntu and Linux Mint on my machine for awhile, and decided I would give Fedora try. I like it a lot so far. However, I have an issue. One of the few games I play is Minecraft, and because it is coded in Java, it can run on all platforms.
Installed the latest java from their site 7-11 and am having issues getting firefox to run java apps. I've read around and found that if any pre-excisting java is on the system prior to 7-10 it has a tendancy to cause issues. So I need to scrap all of it and do a clean install of the most recent rpm. Trouble is I dont know how to remove it, Any ideas?
Hello, the default java installation is openJDK.
/usr/bin/java -> /etc/alternatives/java
/etc/alternatives/java -> /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java
I want to install JDK 1.6, and executed this command:
Code:
alternatives --install /usr/bin/java java /usr/lib/java/jdk1.6.0_45/bin/java 20000
But the symbolic link does change at all. What might be wrong?