You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.
I find I usually have this module fail due to Oracle website administration issues. I would rather use this module with Apt as the provider and ppa:webupd8team/java. What I have had to do lately is stop using aco-oracl_java on Ubuntu for some versions of Java.
class managelaptops::install_java
(
$wget_temp = $managelaptops::wget_temp,
$java_install_path = $managelaptops::java_install_path
){
@eric-aldinger I'm not familiar with JCE but I can give it a try. However Oracle locked the Java archives completely for non-authenticated users which made my module completely useless now (edit: fixed in 2.9). Are you currently using it?
Would the PPA you referenced allow me to select which Java version I want to install?
LOL! I made the assumption that the thing I use is known to all. Sorry.
JCE is the Java Cryptography Extension (JCE). This comes ina limited strength and "Unlimited Strength Jurisdiction Policy." If a person lives in approved country (basically not Iran or China), they can download the harder to crack encryption tooling (128 or 256 bit encryption). This is always a pain in the butt to automate without using an Exec resource.
Thanks for this module.
I find I usually have this module fail due to Oracle website administration issues. I would rather use this module with Apt as the provider and ppa:webupd8team/java. What I have had to do lately is stop using aco-oracl_java on Ubuntu for some versions of Java.
The text was updated successfully, but these errors were encountered: