How do I configure Java security settings, etc?











up vote
7
down vote

favorite
3












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.










share|improve this question
























  • 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















up vote
7
down vote

favorite
3












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.










share|improve this question
























  • 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













up vote
7
down vote

favorite
3









up vote
7
down vote

favorite
3






3





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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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


















  • 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
















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










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.






share|improve this answer





















  • 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




















up vote
5
down vote













To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:



javaws -viewer





share|improve this answer























  • Also works for Oracle Java
    – Farhan.K
    Jan 29 at 16:37


















up vote
4
down vote













Search for "java" in dash and it will show java control panel. Images from what it shows when started:



enter image description here



enter image description here



enter image description here



enter image description here






share|improve this answer





















  • 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


















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.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    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

























    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.






    share|improve this answer





















    • 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

















    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.






    share|improve this answer





















    • 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















    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.






    share|improve this answer












    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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    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




















    • 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














    up vote
    5
    down vote













    To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:



    javaws -viewer





    share|improve this answer























    • Also works for Oracle Java
      – Farhan.K
      Jan 29 at 16:37















    up vote
    5
    down vote













    To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:



    javaws -viewer





    share|improve this answer























    • Also works for Oracle Java
      – Farhan.K
      Jan 29 at 16:37













    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





    share|improve this answer














    To configure certificates in Java control panel for OpenJDK or IcedTea-Web use the command:



    javaws -viewer






    share|improve this answer














    share|improve this answer



    share|improve this answer








    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


















    • 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










    up vote
    4
    down vote













    Search for "java" in dash and it will show java control panel. Images from what it shows when started:



    enter image description here



    enter image description here



    enter image description here



    enter image description here






    share|improve this answer





















    • 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















    up vote
    4
    down vote













    Search for "java" in dash and it will show java control panel. Images from what it shows when started:



    enter image description here



    enter image description here



    enter image description here



    enter image description here






    share|improve this answer





















    • 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













    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:



    enter image description here



    enter image description here



    enter image description here



    enter image description here






    share|improve this answer












    Search for "java" in dash and it will show java control panel. Images from what it shows when started:



    enter image description here



    enter image description here



    enter image description here



    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    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


















    • 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










    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.






    share|improve this answer

























      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.






      share|improve this answer























        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 2 '14 at 23:17









        A Lee

        1113




        1113






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局