How to install java 32bit version
I need a java jre 32bit version, how can I install it in my Ubuntu Server 18.10? I could only install the 64bit version of jvm.
java 32-bit jre
add a comment |
I need a java jre 32bit version, how can I install it in my Ubuntu Server 18.10? I could only install the 64bit version of jvm.
java 32-bit jre
By the way I think Ubuntu dropped 32 bits version from 18.04 so do you really need 32 bit Java on Ubuntu 18.10?
– Pulszar
yesterday
add a comment |
I need a java jre 32bit version, how can I install it in my Ubuntu Server 18.10? I could only install the 64bit version of jvm.
java 32-bit jre
I need a java jre 32bit version, how can I install it in my Ubuntu Server 18.10? I could only install the 64bit version of jvm.
java 32-bit jre
java 32-bit jre
asked Jan 19 at 9:33
TobiaTobia
61
61
By the way I think Ubuntu dropped 32 bits version from 18.04 so do you really need 32 bit Java on Ubuntu 18.10?
– Pulszar
yesterday
add a comment |
By the way I think Ubuntu dropped 32 bits version from 18.04 so do you really need 32 bit Java on Ubuntu 18.10?
– Pulszar
yesterday
By the way I think Ubuntu dropped 32 bits version from 18.04 so do you really need 32 bit Java on Ubuntu 18.10?
– Pulszar
yesterday
By the way I think Ubuntu dropped 32 bits version from 18.04 so do you really need 32 bit Java on Ubuntu 18.10?
– Pulszar
yesterday
add a comment |
1 Answer
1
active
oldest
votes
After java 8 there is no more 32 bit Oracle virtual machine. I think the same is for OpenJDK. You can search if you want for another virtual machine which has 32 bit and after that install it.
For example I see that Azul has 32 bit machine. But honestly I never test them. Maybe there are other JVM providers with 32 bit machines: https://www.azul.com/downloads/zulu/zulu-linux/
By the way I also don't know what kind of licences they have.
Apart from that Ubuntu 18.10 by default try to install OpenJDK 11. If you are OK with java 8 you can search how to java 8 32 bits.
Good luck!
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%2f1111088%2fhow-to-install-java-32bit-version%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
After java 8 there is no more 32 bit Oracle virtual machine. I think the same is for OpenJDK. You can search if you want for another virtual machine which has 32 bit and after that install it.
For example I see that Azul has 32 bit machine. But honestly I never test them. Maybe there are other JVM providers with 32 bit machines: https://www.azul.com/downloads/zulu/zulu-linux/
By the way I also don't know what kind of licences they have.
Apart from that Ubuntu 18.10 by default try to install OpenJDK 11. If you are OK with java 8 you can search how to java 8 32 bits.
Good luck!
add a comment |
After java 8 there is no more 32 bit Oracle virtual machine. I think the same is for OpenJDK. You can search if you want for another virtual machine which has 32 bit and after that install it.
For example I see that Azul has 32 bit machine. But honestly I never test them. Maybe there are other JVM providers with 32 bit machines: https://www.azul.com/downloads/zulu/zulu-linux/
By the way I also don't know what kind of licences they have.
Apart from that Ubuntu 18.10 by default try to install OpenJDK 11. If you are OK with java 8 you can search how to java 8 32 bits.
Good luck!
add a comment |
After java 8 there is no more 32 bit Oracle virtual machine. I think the same is for OpenJDK. You can search if you want for another virtual machine which has 32 bit and after that install it.
For example I see that Azul has 32 bit machine. But honestly I never test them. Maybe there are other JVM providers with 32 bit machines: https://www.azul.com/downloads/zulu/zulu-linux/
By the way I also don't know what kind of licences they have.
Apart from that Ubuntu 18.10 by default try to install OpenJDK 11. If you are OK with java 8 you can search how to java 8 32 bits.
Good luck!
After java 8 there is no more 32 bit Oracle virtual machine. I think the same is for OpenJDK. You can search if you want for another virtual machine which has 32 bit and after that install it.
For example I see that Azul has 32 bit machine. But honestly I never test them. Maybe there are other JVM providers with 32 bit machines: https://www.azul.com/downloads/zulu/zulu-linux/
By the way I also don't know what kind of licences they have.
Apart from that Ubuntu 18.10 by default try to install OpenJDK 11. If you are OK with java 8 you can search how to java 8 32 bits.
Good luck!
edited yesterday
answered yesterday
PulszarPulszar
1213
1213
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%2f1111088%2fhow-to-install-java-32bit-version%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
By the way I think Ubuntu dropped 32 bits version from 18.04 so do you really need 32 bit Java on Ubuntu 18.10?
– Pulszar
yesterday