I'm testing my Internet connection with pingtest.net, and it works fine in Windows (the app, not so much my connection); but in Mint, using Firefox or Chrome, in both, it's not able to calculate my packet loss, and I receive the message: "Java is not installed or enabled on your computer, or a firewall blocked this test".
I'm not using any firewall on linux. So I suppose I should have any problem with Java. It's not the first time I deal with Java packets but it's still a mess that I don't understand well. I'm using oracle-java7.
- Code: Select all
alejandro@perimint ~ $ java -version
java version "1.7.0_11"
Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
alejandro@perimint ~ $ update-java-alternatives -l
java-1.7.0-openjdk-amd64 1071 /usr/lib/jvm/java-1.7.0-openjdk-amd64
java-7-oracle 1072 /usr/lib/jvm/java-7-oracle
Thanks in advance for any help.

