How to install open-jdk 7? The 2019 Stack Overflow Developer Survey Results Are In ...
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Python - Fishing Simulator
Variable with quotation marks "$()"
Deal with toxic manager when you can't quit
how can a perfect fourth interval be considered either consonant or dissonant?
University's motivation for having tenure-track positions
Using dividends to reduce short term capital gains?
Presidential Pardon
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Student Loan from years ago pops up and is taking my salary
should truth entail possible truth
"... to apply for a visa" or "... and applied for a visa"?
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Loose spokes after only a few rides
Simulating Exploding Dice
Didn't get enough time to take a Coding Test - what to do now?
Make it rain characters
Is 'stolen' appropriate word?
How to read αἱμύλιος or when to aspirate
Is there a writing software that you can sort scenes like slides in PowerPoint?
Can each chord in a progression create its own key?
Is an up-to-date browser secure on an out-of-date OS?
How to install open-jdk 7?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Reinstalling Debian Squeeze via APT after significant core package removalWhy wont java execute from c:WindowsSystem32?Debian Wheezy and the openjdk-6-* packageRecompiling open-jdk, there is no makefileInstalled Wheezy package on Squeeze, how to rollback?cannot set JAVA_HOMENeed latest Java in Linux environmentHow to make my Debian useful - 1 CDs installed, clean DebianJava installations are not working for meapt-get throws 400 URI failure when trying to download docker-ce
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I need to install open-jdk 7.
I know it used to be possible to simply type sudo apt install openjdk-7-jdk
, but this doesn't work any more.
I know that Java 7 has become quite obsolete, but it is still being maintained - a security update was released a few days ago, so I hope it's still possible to install it.
I'm using Debian 9.
Anyone knows how to do it?
Thanks
debian installation java openjdk
New contributor
add a comment |
I need to install open-jdk 7.
I know it used to be possible to simply type sudo apt install openjdk-7-jdk
, but this doesn't work any more.
I know that Java 7 has become quite obsolete, but it is still being maintained - a security update was released a few days ago, so I hope it's still possible to install it.
I'm using Debian 9.
Anyone knows how to do it?
Thanks
debian installation java openjdk
New contributor
add a comment |
I need to install open-jdk 7.
I know it used to be possible to simply type sudo apt install openjdk-7-jdk
, but this doesn't work any more.
I know that Java 7 has become quite obsolete, but it is still being maintained - a security update was released a few days ago, so I hope it's still possible to install it.
I'm using Debian 9.
Anyone knows how to do it?
Thanks
debian installation java openjdk
New contributor
I need to install open-jdk 7.
I know it used to be possible to simply type sudo apt install openjdk-7-jdk
, but this doesn't work any more.
I know that Java 7 has become quite obsolete, but it is still being maintained - a security update was released a few days ago, so I hope it's still possible to install it.
I'm using Debian 9.
Anyone knows how to do it?
Thanks
debian installation java openjdk
debian installation java openjdk
New contributor
New contributor
edited yesterday
valiano
229110
229110
New contributor
asked yesterday
quinaoquinao
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
While openjdk-7-jdk
is absent in Debian 9 (Stretch), you should be able to install the latest stable OpenJDK 7 package from Jessie: https://packages.debian.org/jessie/openjdk-7-jdk
Using the following procedure:
How do I install a single package from Debian testing or unstable on stable?
Or, simply download and install the .deb packages directly from Debian security updates pool:
- openjdk-7-jdk_7u211-2.6.17-1~deb8u1_amd64.deb
- openjdk-7-jre-headless_7u211-2.6.17-1~deb8u1_amd64.deb
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
quinao 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%2fsuperuser.com%2fquestions%2f1424230%2fhow-to-install-open-jdk-7%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
While openjdk-7-jdk
is absent in Debian 9 (Stretch), you should be able to install the latest stable OpenJDK 7 package from Jessie: https://packages.debian.org/jessie/openjdk-7-jdk
Using the following procedure:
How do I install a single package from Debian testing or unstable on stable?
Or, simply download and install the .deb packages directly from Debian security updates pool:
- openjdk-7-jdk_7u211-2.6.17-1~deb8u1_amd64.deb
- openjdk-7-jre-headless_7u211-2.6.17-1~deb8u1_amd64.deb
add a comment |
While openjdk-7-jdk
is absent in Debian 9 (Stretch), you should be able to install the latest stable OpenJDK 7 package from Jessie: https://packages.debian.org/jessie/openjdk-7-jdk
Using the following procedure:
How do I install a single package from Debian testing or unstable on stable?
Or, simply download and install the .deb packages directly from Debian security updates pool:
- openjdk-7-jdk_7u211-2.6.17-1~deb8u1_amd64.deb
- openjdk-7-jre-headless_7u211-2.6.17-1~deb8u1_amd64.deb
add a comment |
While openjdk-7-jdk
is absent in Debian 9 (Stretch), you should be able to install the latest stable OpenJDK 7 package from Jessie: https://packages.debian.org/jessie/openjdk-7-jdk
Using the following procedure:
How do I install a single package from Debian testing or unstable on stable?
Or, simply download and install the .deb packages directly from Debian security updates pool:
- openjdk-7-jdk_7u211-2.6.17-1~deb8u1_amd64.deb
- openjdk-7-jre-headless_7u211-2.6.17-1~deb8u1_amd64.deb
While openjdk-7-jdk
is absent in Debian 9 (Stretch), you should be able to install the latest stable OpenJDK 7 package from Jessie: https://packages.debian.org/jessie/openjdk-7-jdk
Using the following procedure:
How do I install a single package from Debian testing or unstable on stable?
Or, simply download and install the .deb packages directly from Debian security updates pool:
- openjdk-7-jdk_7u211-2.6.17-1~deb8u1_amd64.deb
- openjdk-7-jre-headless_7u211-2.6.17-1~deb8u1_amd64.deb
answered 21 hours ago
valianovaliano
229110
229110
add a comment |
add a comment |
quinao is a new contributor. Be nice, and check out our Code of Conduct.
quinao is a new contributor. Be nice, and check out our Code of Conduct.
quinao is a new contributor. Be nice, and check out our Code of Conduct.
quinao is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1424230%2fhow-to-install-open-jdk-7%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