IcedTea plugin for OpenJDK 8
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I updated from OpenJDK 7 to 8. I uninstalled 7, which uninstalled the IcedTea plugin as well. I tried to reinstall IcedTea with
sudo apt-get install icedtea-7-plugin
But it doesn't work. When I try to launch topcoder jnlp file, it fails. Also, it doesn't load any java plugin in Google Chrome. It was fine with OpenJDK 7. Is there a newer version of IcedTea for OpenJDK 8?
java openjdk jdk icedtea
add a comment |
I updated from OpenJDK 7 to 8. I uninstalled 7, which uninstalled the IcedTea plugin as well. I tried to reinstall IcedTea with
sudo apt-get install icedtea-7-plugin
But it doesn't work. When I try to launch topcoder jnlp file, it fails. Also, it doesn't load any java plugin in Google Chrome. It was fine with OpenJDK 7. Is there a newer version of IcedTea for OpenJDK 8?
java openjdk jdk icedtea
add a comment |
I updated from OpenJDK 7 to 8. I uninstalled 7, which uninstalled the IcedTea plugin as well. I tried to reinstall IcedTea with
sudo apt-get install icedtea-7-plugin
But it doesn't work. When I try to launch topcoder jnlp file, it fails. Also, it doesn't load any java plugin in Google Chrome. It was fine with OpenJDK 7. Is there a newer version of IcedTea for OpenJDK 8?
java openjdk jdk icedtea
I updated from OpenJDK 7 to 8. I uninstalled 7, which uninstalled the IcedTea plugin as well. I tried to reinstall IcedTea with
sudo apt-get install icedtea-7-plugin
But it doesn't work. When I try to launch topcoder jnlp file, it fails. Also, it doesn't load any java plugin in Google Chrome. It was fine with OpenJDK 7. Is there a newer version of IcedTea for OpenJDK 8?
java openjdk jdk icedtea
java openjdk jdk icedtea
edited Dec 7 '15 at 22:04
Duncan X Simpson
408416
408416
asked Jul 5 '14 at 15:00
Srikanth RSrikanth R
168116
168116
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
At the moment, icedtea-8-plugin is not available in the official Ubuntu repositories. Maarten Fonville offers a PPA repository with a working icedtea-8-plugin package.
sudo add-apt-repository ppa:maarten-fonville/ppa
sudo apt-get update
sudo apt-get install icedtea-8-plugin
Bug report: https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1385842
PPA page: https://launchpad.net/~maarten-fonville/+archive/ubuntu/
If you're using Ubuntu 14.04 (for which openjdk-8-jre is not yet backported), then for the time being the OpenJDK ppa must be added first:
sudo apt-add-repository ppa:openjdk-r/ppa
Recent versions of Chrome do not support the Java plugin (cf. How do I get Java plugin working on Google Chrome?).
@jhetzel, I tried but I get an error:Depends openjdk-8-jre but it is not installable
. Any ideas?
– toto_tico
Mar 8 '16 at 15:10
2
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
add a comment |
The file you want to install is icedtea-plugin. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install icedtea-plugin
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
1
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
add a comment |
When you are not sure what's the exact name of package like icedtea-7-plugin or icedtea-8-plugin, etc. Do a package name wise search before installing, for example search for "icedtea" word as follows:
$ sudo apt-get update
$ apt-cache search icedtea
This will display the matching package with word "icedtea" as follows:
icedtea-8-plugin - web browser plugin based on OpenJDK and IcedTea to execute Java applets
icedtea-netx - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-netx-common - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-plugin - web browser plugin to execute Java applets (dependency package)
By this you can decide which one to install..!
With the above output, use:
$ sudo apt-get install icedtea-8-plugin
The prior searching of package name will be helpful for any packages you need to install. If you are having back port issue, for the case of Ubuntu 14.04, then you may refer answer from @jthetzel.
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f491995%2ficedtea-plugin-for-openjdk-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
At the moment, icedtea-8-plugin is not available in the official Ubuntu repositories. Maarten Fonville offers a PPA repository with a working icedtea-8-plugin package.
sudo add-apt-repository ppa:maarten-fonville/ppa
sudo apt-get update
sudo apt-get install icedtea-8-plugin
Bug report: https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1385842
PPA page: https://launchpad.net/~maarten-fonville/+archive/ubuntu/
If you're using Ubuntu 14.04 (for which openjdk-8-jre is not yet backported), then for the time being the OpenJDK ppa must be added first:
sudo apt-add-repository ppa:openjdk-r/ppa
Recent versions of Chrome do not support the Java plugin (cf. How do I get Java plugin working on Google Chrome?).
@jhetzel, I tried but I get an error:Depends openjdk-8-jre but it is not installable
. Any ideas?
– toto_tico
Mar 8 '16 at 15:10
2
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
add a comment |
At the moment, icedtea-8-plugin is not available in the official Ubuntu repositories. Maarten Fonville offers a PPA repository with a working icedtea-8-plugin package.
sudo add-apt-repository ppa:maarten-fonville/ppa
sudo apt-get update
sudo apt-get install icedtea-8-plugin
Bug report: https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1385842
PPA page: https://launchpad.net/~maarten-fonville/+archive/ubuntu/
If you're using Ubuntu 14.04 (for which openjdk-8-jre is not yet backported), then for the time being the OpenJDK ppa must be added first:
sudo apt-add-repository ppa:openjdk-r/ppa
Recent versions of Chrome do not support the Java plugin (cf. How do I get Java plugin working on Google Chrome?).
@jhetzel, I tried but I get an error:Depends openjdk-8-jre but it is not installable
. Any ideas?
– toto_tico
Mar 8 '16 at 15:10
2
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
add a comment |
At the moment, icedtea-8-plugin is not available in the official Ubuntu repositories. Maarten Fonville offers a PPA repository with a working icedtea-8-plugin package.
sudo add-apt-repository ppa:maarten-fonville/ppa
sudo apt-get update
sudo apt-get install icedtea-8-plugin
Bug report: https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1385842
PPA page: https://launchpad.net/~maarten-fonville/+archive/ubuntu/
If you're using Ubuntu 14.04 (for which openjdk-8-jre is not yet backported), then for the time being the OpenJDK ppa must be added first:
sudo apt-add-repository ppa:openjdk-r/ppa
Recent versions of Chrome do not support the Java plugin (cf. How do I get Java plugin working on Google Chrome?).
At the moment, icedtea-8-plugin is not available in the official Ubuntu repositories. Maarten Fonville offers a PPA repository with a working icedtea-8-plugin package.
sudo add-apt-repository ppa:maarten-fonville/ppa
sudo apt-get update
sudo apt-get install icedtea-8-plugin
Bug report: https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1385842
PPA page: https://launchpad.net/~maarten-fonville/+archive/ubuntu/
If you're using Ubuntu 14.04 (for which openjdk-8-jre is not yet backported), then for the time being the OpenJDK ppa must be added first:
sudo apt-add-repository ppa:openjdk-r/ppa
Recent versions of Chrome do not support the Java plugin (cf. How do I get Java plugin working on Google Chrome?).
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Apr 24 '15 at 11:35
jthetzeljthetzel
25536
25536
@jhetzel, I tried but I get an error:Depends openjdk-8-jre but it is not installable
. Any ideas?
– toto_tico
Mar 8 '16 at 15:10
2
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
add a comment |
@jhetzel, I tried but I get an error:Depends openjdk-8-jre but it is not installable
. Any ideas?
– toto_tico
Mar 8 '16 at 15:10
2
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
@jhetzel, I tried but I get an error:
Depends openjdk-8-jre but it is not installable
. Any ideas?– toto_tico
Mar 8 '16 at 15:10
@jhetzel, I tried but I get an error:
Depends openjdk-8-jre but it is not installable
. Any ideas?– toto_tico
Mar 8 '16 at 15:10
2
2
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
update to this : icedtea-8-plugin is now available in repositories (just got it now with apt-get)
– Zanna
Apr 27 '16 at 12:56
add a comment |
The file you want to install is icedtea-plugin. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install icedtea-plugin
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
1
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
add a comment |
The file you want to install is icedtea-plugin. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install icedtea-plugin
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
1
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
add a comment |
The file you want to install is icedtea-plugin. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install icedtea-plugin
The file you want to install is icedtea-plugin. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install icedtea-plugin
answered Jul 5 '14 at 15:27
Mitch♦Mitch
85.9k14174232
85.9k14174232
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
1
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
add a comment |
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
1
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
On unbunt 14.04 that installs java 7. How can i install icedtea for my existing openjdk8 install?
– dan carter
Sep 28 '14 at 10:23
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
As far as I know Plug-in 7 is the latest, and it works with OpenJDK 8, and that's what I have as well.
– Mitch♦
Sep 28 '14 at 10:46
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
@Mitch How you installed the plugin with JDK 8? When I try to install it, it install automatically JRE 7.
– Hunsu
Feb 28 '15 at 20:10
1
1
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
As stated in the answer, Plug-in 7 is the latest. I installed OpenJDK 8 form Here, and the Plug-in from Here. Hope it helps.
– Mitch♦
Mar 1 '15 at 4:52
add a comment |
When you are not sure what's the exact name of package like icedtea-7-plugin or icedtea-8-plugin, etc. Do a package name wise search before installing, for example search for "icedtea" word as follows:
$ sudo apt-get update
$ apt-cache search icedtea
This will display the matching package with word "icedtea" as follows:
icedtea-8-plugin - web browser plugin based on OpenJDK and IcedTea to execute Java applets
icedtea-netx - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-netx-common - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-plugin - web browser plugin to execute Java applets (dependency package)
By this you can decide which one to install..!
With the above output, use:
$ sudo apt-get install icedtea-8-plugin
The prior searching of package name will be helpful for any packages you need to install. If you are having back port issue, for the case of Ubuntu 14.04, then you may refer answer from @jthetzel.
add a comment |
When you are not sure what's the exact name of package like icedtea-7-plugin or icedtea-8-plugin, etc. Do a package name wise search before installing, for example search for "icedtea" word as follows:
$ sudo apt-get update
$ apt-cache search icedtea
This will display the matching package with word "icedtea" as follows:
icedtea-8-plugin - web browser plugin based on OpenJDK and IcedTea to execute Java applets
icedtea-netx - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-netx-common - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-plugin - web browser plugin to execute Java applets (dependency package)
By this you can decide which one to install..!
With the above output, use:
$ sudo apt-get install icedtea-8-plugin
The prior searching of package name will be helpful for any packages you need to install. If you are having back port issue, for the case of Ubuntu 14.04, then you may refer answer from @jthetzel.
add a comment |
When you are not sure what's the exact name of package like icedtea-7-plugin or icedtea-8-plugin, etc. Do a package name wise search before installing, for example search for "icedtea" word as follows:
$ sudo apt-get update
$ apt-cache search icedtea
This will display the matching package with word "icedtea" as follows:
icedtea-8-plugin - web browser plugin based on OpenJDK and IcedTea to execute Java applets
icedtea-netx - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-netx-common - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-plugin - web browser plugin to execute Java applets (dependency package)
By this you can decide which one to install..!
With the above output, use:
$ sudo apt-get install icedtea-8-plugin
The prior searching of package name will be helpful for any packages you need to install. If you are having back port issue, for the case of Ubuntu 14.04, then you may refer answer from @jthetzel.
When you are not sure what's the exact name of package like icedtea-7-plugin or icedtea-8-plugin, etc. Do a package name wise search before installing, for example search for "icedtea" word as follows:
$ sudo apt-get update
$ apt-cache search icedtea
This will display the matching package with word "icedtea" as follows:
icedtea-8-plugin - web browser plugin based on OpenJDK and IcedTea to execute Java applets
icedtea-netx - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-netx-common - NetX - implementation of the Java Network Launching Protocol (JNLP)
icedtea-plugin - web browser plugin to execute Java applets (dependency package)
By this you can decide which one to install..!
With the above output, use:
$ sudo apt-get install icedtea-8-plugin
The prior searching of package name will be helpful for any packages you need to install. If you are having back port issue, for the case of Ubuntu 14.04, then you may refer answer from @jthetzel.
answered Apr 4 at 6:31
Mithun BMithun B
1265
1265
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.
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%2f491995%2ficedtea-plugin-for-openjdk-8%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