How do I configure Java security settings, etc?
up vote
7
down vote
favorite
I have installed JDK 7, but how do I configure settings like security, etc?
On Windows, I can set up JDK 7 from Control Panel -> Java.
java
add a comment |
up vote
7
down vote
favorite
I have installed JDK 7, but how do I configure settings like security, etc?
On Windows, I can set up JDK 7 from Control Panel -> Java.
java
Maybe it have some configuration files, you can find them bydpkg -L openjdk-7-jre
. This command list all files installed by that package.
– shgnInc
Apr 10 '14 at 5:18
Is policytool helpful?
– arsaKasra
Apr 10 '14 at 7:41
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
I have installed JDK 7, but how do I configure settings like security, etc?
On Windows, I can set up JDK 7 from Control Panel -> Java.
java
I have installed JDK 7, but how do I configure settings like security, etc?
On Windows, I can set up JDK 7 from Control Panel -> Java.
java
java
edited Apr 10 '14 at 14:34
David Edwards
4,04732542
4,04732542
asked Apr 10 '14 at 5:12
taymindis Woon
4734916
4734916
Maybe it have some configuration files, you can find them bydpkg -L openjdk-7-jre
. This command list all files installed by that package.
– shgnInc
Apr 10 '14 at 5:18
Is policytool helpful?
– arsaKasra
Apr 10 '14 at 7:41
add a comment |
Maybe it have some configuration files, you can find them bydpkg -L openjdk-7-jre
. This command list all files installed by that package.
– shgnInc
Apr 10 '14 at 5:18
Is policytool helpful?
– arsaKasra
Apr 10 '14 at 7:41
Maybe it have some configuration files, you can find them by
dpkg -L openjdk-7-jre
. This command list all files installed by that package.– shgnInc
Apr 10 '14 at 5:18
Maybe it have some configuration files, you can find them by
dpkg -L openjdk-7-jre
. This command list all files installed by that package.– shgnInc
Apr 10 '14 at 5:18
Is policytool helpful?
– arsaKasra
Apr 10 '14 at 7:41
Is policytool helpful?
– arsaKasra
Apr 10 '14 at 7:41
add a comment |
4 Answers
4
active
oldest
votes
up vote
10
down vote
accepted
The name of the control panel is different depending on whether you are using the Oracle JDK or OpenJDK.
Search for "control panel" in the dash. If you're using the Oracle JDK, you'll see the Oracle Java 7 Plugin Control Panel. If you're using OpenJDK, you'll see the Iced Tea Web Control Panel.
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
1
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
add a comment |
up vote
5
down vote
To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:
javaws -viewer
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
add a comment |
up vote
4
down vote
Search for "java" in dash and it will show java control panel. Images from what it shows when started:
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
add a comment |
up vote
0
down vote
Just in case others are using webupd8.org to install the Oracle JDKs, Dash didn't show the Java Control Panel (just the iced tea version).
I ended up having to run the Java Control Panel directly from the command line via /usr/bin/ControlPanel
- their install scripts use update-alternatives
to point there.
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
10
down vote
accepted
The name of the control panel is different depending on whether you are using the Oracle JDK or OpenJDK.
Search for "control panel" in the dash. If you're using the Oracle JDK, you'll see the Oracle Java 7 Plugin Control Panel. If you're using OpenJDK, you'll see the Iced Tea Web Control Panel.
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
1
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
add a comment |
up vote
10
down vote
accepted
The name of the control panel is different depending on whether you are using the Oracle JDK or OpenJDK.
Search for "control panel" in the dash. If you're using the Oracle JDK, you'll see the Oracle Java 7 Plugin Control Panel. If you're using OpenJDK, you'll see the Iced Tea Web Control Panel.
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
1
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
add a comment |
up vote
10
down vote
accepted
up vote
10
down vote
accepted
The name of the control panel is different depending on whether you are using the Oracle JDK or OpenJDK.
Search for "control panel" in the dash. If you're using the Oracle JDK, you'll see the Oracle Java 7 Plugin Control Panel. If you're using OpenJDK, you'll see the Iced Tea Web Control Panel.
The name of the control panel is different depending on whether you are using the Oracle JDK or OpenJDK.
Search for "control panel" in the dash. If you're using the Oracle JDK, you'll see the Oracle Java 7 Plugin Control Panel. If you're using OpenJDK, you'll see the Iced Tea Web Control Panel.
answered Apr 14 '14 at 10:20
David Edwards
4,04732542
4,04732542
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
1
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
add a comment |
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
1
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
I finally found it, it is all about keyword, thank you David (^_^")
– taymindis Woon
Apr 14 '14 at 13:15
1
1
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
If you use Oracle Java you can run the control panel from jcontrol under the installation path, if you prefer to use a terminal
– webbertiger
Jun 11 '15 at 18:56
add a comment |
up vote
5
down vote
To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:
javaws -viewer
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
add a comment |
up vote
5
down vote
To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:
javaws -viewer
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
add a comment |
up vote
5
down vote
up vote
5
down vote
To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:
javaws -viewer
To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:
javaws -viewer
edited Jun 2 '15 at 7:38
Fabby
25.8k1359159
25.8k1359159
answered Jun 2 '15 at 7:16
user416080
5111
5111
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
add a comment |
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
Also works for Oracle Java
– Farhan.K
Jan 29 at 16:37
add a comment |
up vote
4
down vote
Search for "java" in dash and it will show java control panel. Images from what it shows when started:
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
add a comment |
up vote
4
down vote
Search for "java" in dash and it will show java control panel. Images from what it shows when started:
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
add a comment |
up vote
4
down vote
up vote
4
down vote
Search for "java" in dash and it will show java control panel. Images from what it shows when started:
Search for "java" in dash and it will show java control panel. Images from what it shows when started:
answered Apr 10 '14 at 14:42
Rinzwind
202k26387520
202k26387520
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
add a comment |
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
No,I couldn't find out this in dash command, what Java Packages I had installed are:- icedtea-7-jre-jamvm:amd64, openjdk-7-jdk:amd64, openjdk-7-jre:amd64, openjdk-7-jre-headless:amd64
– taymindis Woon
Apr 10 '14 at 15:17
add a comment |
up vote
0
down vote
Just in case others are using webupd8.org to install the Oracle JDKs, Dash didn't show the Java Control Panel (just the iced tea version).
I ended up having to run the Java Control Panel directly from the command line via /usr/bin/ControlPanel
- their install scripts use update-alternatives
to point there.
add a comment |
up vote
0
down vote
Just in case others are using webupd8.org to install the Oracle JDKs, Dash didn't show the Java Control Panel (just the iced tea version).
I ended up having to run the Java Control Panel directly from the command line via /usr/bin/ControlPanel
- their install scripts use update-alternatives
to point there.
add a comment |
up vote
0
down vote
up vote
0
down vote
Just in case others are using webupd8.org to install the Oracle JDKs, Dash didn't show the Java Control Panel (just the iced tea version).
I ended up having to run the Java Control Panel directly from the command line via /usr/bin/ControlPanel
- their install scripts use update-alternatives
to point there.
Just in case others are using webupd8.org to install the Oracle JDKs, Dash didn't show the Java Control Panel (just the iced tea version).
I ended up having to run the Java Control Panel directly from the command line via /usr/bin/ControlPanel
- their install scripts use update-alternatives
to point there.
answered May 2 '14 at 23:17
A Lee
1113
1113
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f445791%2fhow-do-i-configure-java-security-settings-etc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Maybe it have some configuration files, you can find them by
dpkg -L openjdk-7-jre
. This command list all files installed by that package.– shgnInc
Apr 10 '14 at 5:18
Is policytool helpful?
– arsaKasra
Apr 10 '14 at 7:41