Tagged Questions
0
votes
1answer
825 views
Upgrade java on Linux Mint 11
I'm unable to use web-based java content due to my version being out of date.
%>java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Server ...
5
votes
1answer
1k views
How do I update IcedTea?
I've only been using Linux for about a month. I'm running Mint 13. I'm trying to use www.goproblems.com but it tells me that my IcedTea is out of date. I hoped there was a package but I can't find ...
4
votes
1answer
6k views
How to completely remove Java 6 and install Java/JDK 7 on Linux Mint 13
How can I completely remove Java 6 and install Java/JDK 7 on Linux Mint 13?
0
votes
2answers
383 views
Do I have duplicate packages?
I'm on linux mint 12, when i run sudo apt-get update i see:
W: Duplicate sources.list entry http://www.duinsoft.nl/pkg/ debs/all i386 Packages
...
0
votes
0answers
223 views
Remove duplicated Java packages
I'm on linux mint 12
I have installed Java, following the NetBeans instructions. It wasn't working on chrome, so I installed it like that:
sudo echo 'deb http://www.duinsoft.nl/pkg debs all' ...
1
vote
2answers
3k views
How to uninstall java on Linux Mint 12
Today, I downloaded the latest java jre which is a .bin file
By mistake, I installed it on my desktop by running ./jre. I want to remove this installation, move the .bin file to somewhere else and ...