Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 28402  / 2 Years ago, wed, march 2, 2022, 1:32:15

How can i install Java Cryptography Extension (JCE)Unlimited Strength Jurisdiction Policy Files in Ubuntu 16.04.



Please tell me also that how can i check that JCE is installed in my system or not?


More From » 16.04

 Answers
5

You can get them at this PPA



sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java7-unlimited-jce-policy


How can you tell if it is installed? This command will succeed :)



For a more upto date Java 8 version run



sudo apt install oracle-java8-installer


source


[#15018] Wednesday, March 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adedes

Total Points: 454
Total Questions: 114
Total Answers: 111

Location: Turks and Caicos Islands
Member since Fri, May 8, 2020
4 Years ago
;