My bank has a feature that lets you deposit a check that you've scanned. Unfortunately, when I try to use it, the web site complains that I don't have the Java plug-in. I've tried in FireFox, Chrome, Opera, and Rekonq with the same result each time. However, I do have Java. I checked which version in the konsole:
I did find a page with some information on installing Java in Kubuntu (https://joaondinis.wordpress.com/201...untu-from-apt/). It says to do this:
However, I'm hesitant to do that for fear of screwing up my computer. I guess I could Clonezilla the thing first in case I trash it. I've had bad experiences with Java in the past. The Java that I have is working for other things. I have a subtitle editor named Jubler that runs under Java. It runs fine.
Do I have to tell Java to be in my browser as a plugin? Is that what's going on?
Code:
tom@tom-HP-Compaq-6200-Pro-SFF-PC:~$ java -version java version "1.7.0_101" OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-0ubuntu0.14.04.1) OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
Code:
sudo apt-get purge openjdk* sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer java -version javac -version sudo apt-get install oracle-java7-set-default
Do I have to tell Java to be in my browser as a plugin? Is that what's going on?
Comment