Installing Java Web Start: Java 12 Unicorn Meta Zoo #1: Why another podcast? ...
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Trumpet valves, lengths, and pitch
How would this chord from "Rocket Man" be analyzed?
Would reducing the reference voltage of an ADC have any effect on accuracy?
Where did Arya get these scars?
With indentation set to `0em`, when using a line break, there is still an indentation of a size of a space
What's parked in Mil Moscow helicopter plant?
Expansion//Explosion and Siren Stormtamer
How to get even lighting when using flash for group photos near wall?
What is the least dense liquid under normal conditions?
Map material from china not allowed to leave the country
What is /etc/mtab in Linux?
Justification for leaving new position after a short time
Is Diceware more secure than a long passphrase?
Why does the Cisco show run command not show the full version, while the show version command does?
My bank got bought out, am I now going to have to start filing tax returns in a different state?
Are these square matrices always diagonalisable?
Mistake in years of experience in resume?
Implementing 3DES algorithm in Java: is my code secure?
Is accepting an invalid credit card number a security issue?
What is a 'Key' in computer science?
Has a Nobel Peace laureate ever been accused of war crimes?
What is the ongoing value of the Kanban board to the developers as opposed to management
Reattaching fallen shelf to wall?
Installing Java Web Start: Java 12
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manaranot able to install javawsFirst time using Java Web Start in Ubuntu - Fatal Launch ExceptionJDK/JRE explanation of comands for installPointer position way off in Java Application menu's when using gnome-shellJAVAC is not in the jdk path but java -version says JDK is installedsqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directoryEclipse and java 7 but no javac?Installing oracle java versionshow to activate Java 8u51 plugin on Firefox?OpenJDK 8 or 9?where to update Java JDK? (not how to install)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Solution found and implemented. See below original post.
My JVM installation apparently does not contain javaws.
$ sudo update-alternatives --get-selections | grep ^java
java manual /usr/lib/jvm/java-12-oracle/bin/java
javac manual /usr/lib/jvm/java-12-oracle/bin/javac
javadoc manual /usr/lib/jvm/java-12-oracle/bin/javadoc
javap manual /usr/lib/jvm/java-12-oracle/bin/javap
I have used both the PPA and a direct install from Oracle here with this documentation.
I need javaws
to launch a jnlp
file. The app apparently needs the Oracle distribution and not OpenJDK.
I tried v11 and v8 but PPA appears to be unavailable due to new licensing.
This is not a duplicate of not able to install javaws because webupd8team's PPA and oracle-java8-installer doesn't exist anymore due to new licensing:
javaws
does not appear to be in the main v12 distribution as per the directory structure.
SOLUTION: Do not use ppa, Register for Oracle Network, download JDK8, install manually. javaws does not exist for v11+
Download:
https://www.oracle.com/technetwork/java/javaee/downloads/jdk8-downloads-2133151.html
Install JVM manually using:
https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linux
software-installation java jdk oracle
New contributor
add a comment |
Solution found and implemented. See below original post.
My JVM installation apparently does not contain javaws.
$ sudo update-alternatives --get-selections | grep ^java
java manual /usr/lib/jvm/java-12-oracle/bin/java
javac manual /usr/lib/jvm/java-12-oracle/bin/javac
javadoc manual /usr/lib/jvm/java-12-oracle/bin/javadoc
javap manual /usr/lib/jvm/java-12-oracle/bin/javap
I have used both the PPA and a direct install from Oracle here with this documentation.
I need javaws
to launch a jnlp
file. The app apparently needs the Oracle distribution and not OpenJDK.
I tried v11 and v8 but PPA appears to be unavailable due to new licensing.
This is not a duplicate of not able to install javaws because webupd8team's PPA and oracle-java8-installer doesn't exist anymore due to new licensing:
javaws
does not appear to be in the main v12 distribution as per the directory structure.
SOLUTION: Do not use ppa, Register for Oracle Network, download JDK8, install manually. javaws does not exist for v11+
Download:
https://www.oracle.com/technetwork/java/javaee/downloads/jdk8-downloads-2133151.html
Install JVM manually using:
https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linux
software-installation java jdk oracle
New contributor
Not a duplicate due to new oracle licensing which has removed oracle-java8-installer
– AnonPyDev
14 hours ago
I tried both methods. When I download the v12 tarball file and inspect it javaws isn't in there.
– AnonPyDev
13 hours ago
add a comment |
Solution found and implemented. See below original post.
My JVM installation apparently does not contain javaws.
$ sudo update-alternatives --get-selections | grep ^java
java manual /usr/lib/jvm/java-12-oracle/bin/java
javac manual /usr/lib/jvm/java-12-oracle/bin/javac
javadoc manual /usr/lib/jvm/java-12-oracle/bin/javadoc
javap manual /usr/lib/jvm/java-12-oracle/bin/javap
I have used both the PPA and a direct install from Oracle here with this documentation.
I need javaws
to launch a jnlp
file. The app apparently needs the Oracle distribution and not OpenJDK.
I tried v11 and v8 but PPA appears to be unavailable due to new licensing.
This is not a duplicate of not able to install javaws because webupd8team's PPA and oracle-java8-installer doesn't exist anymore due to new licensing:
javaws
does not appear to be in the main v12 distribution as per the directory structure.
SOLUTION: Do not use ppa, Register for Oracle Network, download JDK8, install manually. javaws does not exist for v11+
Download:
https://www.oracle.com/technetwork/java/javaee/downloads/jdk8-downloads-2133151.html
Install JVM manually using:
https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linux
software-installation java jdk oracle
New contributor
Solution found and implemented. See below original post.
My JVM installation apparently does not contain javaws.
$ sudo update-alternatives --get-selections | grep ^java
java manual /usr/lib/jvm/java-12-oracle/bin/java
javac manual /usr/lib/jvm/java-12-oracle/bin/javac
javadoc manual /usr/lib/jvm/java-12-oracle/bin/javadoc
javap manual /usr/lib/jvm/java-12-oracle/bin/javap
I have used both the PPA and a direct install from Oracle here with this documentation.
I need javaws
to launch a jnlp
file. The app apparently needs the Oracle distribution and not OpenJDK.
I tried v11 and v8 but PPA appears to be unavailable due to new licensing.
This is not a duplicate of not able to install javaws because webupd8team's PPA and oracle-java8-installer doesn't exist anymore due to new licensing:
javaws
does not appear to be in the main v12 distribution as per the directory structure.
SOLUTION: Do not use ppa, Register for Oracle Network, download JDK8, install manually. javaws does not exist for v11+
Download:
https://www.oracle.com/technetwork/java/javaee/downloads/jdk8-downloads-2133151.html
Install JVM manually using:
https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linux
software-installation java jdk oracle
software-installation java jdk oracle
New contributor
New contributor
edited 11 hours ago
AnonPyDev
New contributor
asked 17 hours ago
AnonPyDevAnonPyDev
134
134
New contributor
New contributor
Not a duplicate due to new oracle licensing which has removed oracle-java8-installer
– AnonPyDev
14 hours ago
I tried both methods. When I download the v12 tarball file and inspect it javaws isn't in there.
– AnonPyDev
13 hours ago
add a comment |
Not a duplicate due to new oracle licensing which has removed oracle-java8-installer
– AnonPyDev
14 hours ago
I tried both methods. When I download the v12 tarball file and inspect it javaws isn't in there.
– AnonPyDev
13 hours ago
Not a duplicate due to new oracle licensing which has removed oracle-java8-installer
– AnonPyDev
14 hours ago
Not a duplicate due to new oracle licensing which has removed oracle-java8-installer
– AnonPyDev
14 hours ago
I tried both methods. When I download the v12 tarball file and inspect it javaws isn't in there.
– AnonPyDev
13 hours ago
I tried both methods. When I download the v12 tarball file and inspect it javaws isn't in there.
– AnonPyDev
13 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Unfortunately Java Web Start is no longer included since Java 11 SE. Excerpt from Java Client Road Map (Update 2018-03-05):
Java Web Start has become a migration path for developers as browser
vendors continued to restrict plugin support over the past several
years.
Since it is predominantly a desktop technology,Web Start has some
limitations. In particular, it requires a standalone JRE to be
installed and maintained on the user’s desktop.
However, over the past decade,vendors of the most popular desktop
operating systems have emphatically pushed for applications on their
platforms to be delivered bundled with integrated, sandboxed runtimes.
Increasingly they require desktop applications to be distributed
through their own private "app stores".
The notion of an application being distributed separately from a
standalone JRE is,therefore,quickly fading.
Consequently:
Oracle will extend support for Web Start in Java SE 8 from March, 2019, through at least March 2025.
Oracle products that have dependencies on Web Start will remain on Java SE 8 and continue with the support timelines as indicated by
those products.
Oracle will not include Java Web Start in Java SE 11(18.9LTS)and later.
Oracle will begin encouraging application developers and users to transition away from Java Web Start and encourage non-commercial
consumers to remove any unused or non-supported Oracle JRE
installations from their desktops.
Developers who deploy desktop applications to individual consumers (eg, games, personal banking, or other B2C applications) will need to
transition to other deployment technologies such as the jlink and/or
third party packaging and deployment solutions before the end of 2020.
Application developers who target applications for internal data processing, business, commercial, or production purposes, will either
need to seek commercial license with Oracle, or transition to other
deployment technologies by January 2019.
Therefore, if you really need Java Web Start you need to switch to Java 8.
Thank you for that.
– AnonPyDev
11 hours ago
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
});
}
});
AnonPyDev is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1137698%2finstalling-java-web-start-java-12%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unfortunately Java Web Start is no longer included since Java 11 SE. Excerpt from Java Client Road Map (Update 2018-03-05):
Java Web Start has become a migration path for developers as browser
vendors continued to restrict plugin support over the past several
years.
Since it is predominantly a desktop technology,Web Start has some
limitations. In particular, it requires a standalone JRE to be
installed and maintained on the user’s desktop.
However, over the past decade,vendors of the most popular desktop
operating systems have emphatically pushed for applications on their
platforms to be delivered bundled with integrated, sandboxed runtimes.
Increasingly they require desktop applications to be distributed
through their own private "app stores".
The notion of an application being distributed separately from a
standalone JRE is,therefore,quickly fading.
Consequently:
Oracle will extend support for Web Start in Java SE 8 from March, 2019, through at least March 2025.
Oracle products that have dependencies on Web Start will remain on Java SE 8 and continue with the support timelines as indicated by
those products.
Oracle will not include Java Web Start in Java SE 11(18.9LTS)and later.
Oracle will begin encouraging application developers and users to transition away from Java Web Start and encourage non-commercial
consumers to remove any unused or non-supported Oracle JRE
installations from their desktops.
Developers who deploy desktop applications to individual consumers (eg, games, personal banking, or other B2C applications) will need to
transition to other deployment technologies such as the jlink and/or
third party packaging and deployment solutions before the end of 2020.
Application developers who target applications for internal data processing, business, commercial, or production purposes, will either
need to seek commercial license with Oracle, or transition to other
deployment technologies by January 2019.
Therefore, if you really need Java Web Start you need to switch to Java 8.
Thank you for that.
– AnonPyDev
11 hours ago
add a comment |
Unfortunately Java Web Start is no longer included since Java 11 SE. Excerpt from Java Client Road Map (Update 2018-03-05):
Java Web Start has become a migration path for developers as browser
vendors continued to restrict plugin support over the past several
years.
Since it is predominantly a desktop technology,Web Start has some
limitations. In particular, it requires a standalone JRE to be
installed and maintained on the user’s desktop.
However, over the past decade,vendors of the most popular desktop
operating systems have emphatically pushed for applications on their
platforms to be delivered bundled with integrated, sandboxed runtimes.
Increasingly they require desktop applications to be distributed
through their own private "app stores".
The notion of an application being distributed separately from a
standalone JRE is,therefore,quickly fading.
Consequently:
Oracle will extend support for Web Start in Java SE 8 from March, 2019, through at least March 2025.
Oracle products that have dependencies on Web Start will remain on Java SE 8 and continue with the support timelines as indicated by
those products.
Oracle will not include Java Web Start in Java SE 11(18.9LTS)and later.
Oracle will begin encouraging application developers and users to transition away from Java Web Start and encourage non-commercial
consumers to remove any unused or non-supported Oracle JRE
installations from their desktops.
Developers who deploy desktop applications to individual consumers (eg, games, personal banking, or other B2C applications) will need to
transition to other deployment technologies such as the jlink and/or
third party packaging and deployment solutions before the end of 2020.
Application developers who target applications for internal data processing, business, commercial, or production purposes, will either
need to seek commercial license with Oracle, or transition to other
deployment technologies by January 2019.
Therefore, if you really need Java Web Start you need to switch to Java 8.
Thank you for that.
– AnonPyDev
11 hours ago
add a comment |
Unfortunately Java Web Start is no longer included since Java 11 SE. Excerpt from Java Client Road Map (Update 2018-03-05):
Java Web Start has become a migration path for developers as browser
vendors continued to restrict plugin support over the past several
years.
Since it is predominantly a desktop technology,Web Start has some
limitations. In particular, it requires a standalone JRE to be
installed and maintained on the user’s desktop.
However, over the past decade,vendors of the most popular desktop
operating systems have emphatically pushed for applications on their
platforms to be delivered bundled with integrated, sandboxed runtimes.
Increasingly they require desktop applications to be distributed
through their own private "app stores".
The notion of an application being distributed separately from a
standalone JRE is,therefore,quickly fading.
Consequently:
Oracle will extend support for Web Start in Java SE 8 from March, 2019, through at least March 2025.
Oracle products that have dependencies on Web Start will remain on Java SE 8 and continue with the support timelines as indicated by
those products.
Oracle will not include Java Web Start in Java SE 11(18.9LTS)and later.
Oracle will begin encouraging application developers and users to transition away from Java Web Start and encourage non-commercial
consumers to remove any unused or non-supported Oracle JRE
installations from their desktops.
Developers who deploy desktop applications to individual consumers (eg, games, personal banking, or other B2C applications) will need to
transition to other deployment technologies such as the jlink and/or
third party packaging and deployment solutions before the end of 2020.
Application developers who target applications for internal data processing, business, commercial, or production purposes, will either
need to seek commercial license with Oracle, or transition to other
deployment technologies by January 2019.
Therefore, if you really need Java Web Start you need to switch to Java 8.
Unfortunately Java Web Start is no longer included since Java 11 SE. Excerpt from Java Client Road Map (Update 2018-03-05):
Java Web Start has become a migration path for developers as browser
vendors continued to restrict plugin support over the past several
years.
Since it is predominantly a desktop technology,Web Start has some
limitations. In particular, it requires a standalone JRE to be
installed and maintained on the user’s desktop.
However, over the past decade,vendors of the most popular desktop
operating systems have emphatically pushed for applications on their
platforms to be delivered bundled with integrated, sandboxed runtimes.
Increasingly they require desktop applications to be distributed
through their own private "app stores".
The notion of an application being distributed separately from a
standalone JRE is,therefore,quickly fading.
Consequently:
Oracle will extend support for Web Start in Java SE 8 from March, 2019, through at least March 2025.
Oracle products that have dependencies on Web Start will remain on Java SE 8 and continue with the support timelines as indicated by
those products.
Oracle will not include Java Web Start in Java SE 11(18.9LTS)and later.
Oracle will begin encouraging application developers and users to transition away from Java Web Start and encourage non-commercial
consumers to remove any unused or non-supported Oracle JRE
installations from their desktops.
Developers who deploy desktop applications to individual consumers (eg, games, personal banking, or other B2C applications) will need to
transition to other deployment technologies such as the jlink and/or
third party packaging and deployment solutions before the end of 2020.
Application developers who target applications for internal data processing, business, commercial, or production purposes, will either
need to seek commercial license with Oracle, or transition to other
deployment technologies by January 2019.
Therefore, if you really need Java Web Start you need to switch to Java 8.
answered 12 hours ago
KulfyKulfy
5,54361945
5,54361945
Thank you for that.
– AnonPyDev
11 hours ago
add a comment |
Thank you for that.
– AnonPyDev
11 hours ago
Thank you for that.
– AnonPyDev
11 hours ago
Thank you for that.
– AnonPyDev
11 hours ago
add a comment |
AnonPyDev is a new contributor. Be nice, and check out our Code of Conduct.
AnonPyDev is a new contributor. Be nice, and check out our Code of Conduct.
AnonPyDev is a new contributor. Be nice, and check out our Code of Conduct.
AnonPyDev is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1137698%2finstalling-java-web-start-java-12%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
Not a duplicate due to new oracle licensing which has removed oracle-java8-installer
– AnonPyDev
14 hours ago
I tried both methods. When I download the v12 tarball file and inspect it javaws isn't in there.
– AnonPyDev
13 hours ago