How to configure JBoss 5.1.0GA using JDK1.6 on Eclipse 2018-12 and Fedora 29?
I'm trying to configure JBoss AS Server on Eclipse 2018-12, but I can not create a server Jboss 5.1.0.GA using Jboss Tools 4.9.0.Final. The Error message is: 'This server requires an execution environment from J2SE-1.4 through JavaSE-1.8, but no valid JRE was found. Caution is advised.'
Error Message - Add Server
Even Though I have changed the Execution Environment, I can not find a compatible JRE Execution (JDK 1.6) for the Environment Execution.
Compatible JRE Execution
Previously I have configured the Installed JRE with a JDK 6.0, but I have noticed that some jars files are not present at moment of config, that are:
- jre/lib/resources.jar;
- jre/lib/jsse.jar;
- jre/lib/jce.jar;
- jre/lib/charsets.jar.
Libs not present
These jars present on oracle jdk_1.6.0_45 are visible at moment of config in the case of Ubuntu 18.04, but on Fedora 29, it is not present.
How can I configure to make possible to add JBoss server, and make it running on JDK1.6?
eclipse eclipse-plugin jboss5.x java-6 jboss-tools
New contributor
add a comment |
I'm trying to configure JBoss AS Server on Eclipse 2018-12, but I can not create a server Jboss 5.1.0.GA using Jboss Tools 4.9.0.Final. The Error message is: 'This server requires an execution environment from J2SE-1.4 through JavaSE-1.8, but no valid JRE was found. Caution is advised.'
Error Message - Add Server
Even Though I have changed the Execution Environment, I can not find a compatible JRE Execution (JDK 1.6) for the Environment Execution.
Compatible JRE Execution
Previously I have configured the Installed JRE with a JDK 6.0, but I have noticed that some jars files are not present at moment of config, that are:
- jre/lib/resources.jar;
- jre/lib/jsse.jar;
- jre/lib/jce.jar;
- jre/lib/charsets.jar.
Libs not present
These jars present on oracle jdk_1.6.0_45 are visible at moment of config in the case of Ubuntu 18.04, but on Fedora 29, it is not present.
How can I configure to make possible to add JBoss server, and make it running on JDK1.6?
eclipse eclipse-plugin jboss5.x java-6 jboss-tools
New contributor
add a comment |
I'm trying to configure JBoss AS Server on Eclipse 2018-12, but I can not create a server Jboss 5.1.0.GA using Jboss Tools 4.9.0.Final. The Error message is: 'This server requires an execution environment from J2SE-1.4 through JavaSE-1.8, but no valid JRE was found. Caution is advised.'
Error Message - Add Server
Even Though I have changed the Execution Environment, I can not find a compatible JRE Execution (JDK 1.6) for the Environment Execution.
Compatible JRE Execution
Previously I have configured the Installed JRE with a JDK 6.0, but I have noticed that some jars files are not present at moment of config, that are:
- jre/lib/resources.jar;
- jre/lib/jsse.jar;
- jre/lib/jce.jar;
- jre/lib/charsets.jar.
Libs not present
These jars present on oracle jdk_1.6.0_45 are visible at moment of config in the case of Ubuntu 18.04, but on Fedora 29, it is not present.
How can I configure to make possible to add JBoss server, and make it running on JDK1.6?
eclipse eclipse-plugin jboss5.x java-6 jboss-tools
New contributor
I'm trying to configure JBoss AS Server on Eclipse 2018-12, but I can not create a server Jboss 5.1.0.GA using Jboss Tools 4.9.0.Final. The Error message is: 'This server requires an execution environment from J2SE-1.4 through JavaSE-1.8, but no valid JRE was found. Caution is advised.'
Error Message - Add Server
Even Though I have changed the Execution Environment, I can not find a compatible JRE Execution (JDK 1.6) for the Environment Execution.
Compatible JRE Execution
Previously I have configured the Installed JRE with a JDK 6.0, but I have noticed that some jars files are not present at moment of config, that are:
- jre/lib/resources.jar;
- jre/lib/jsse.jar;
- jre/lib/jce.jar;
- jre/lib/charsets.jar.
Libs not present
These jars present on oracle jdk_1.6.0_45 are visible at moment of config in the case of Ubuntu 18.04, but on Fedora 29, it is not present.
How can I configure to make possible to add JBoss server, and make it running on JDK1.6?
eclipse eclipse-plugin jboss5.x java-6 jboss-tools
eclipse eclipse-plugin jboss5.x java-6 jboss-tools
New contributor
New contributor
New contributor
asked Jan 18 at 16:10
marcosnaspmarcosnasp
133
133
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I tried your configuration on a F29 VM.
Here's what I did:
- installed JDK1.6.0_45 (from Oracle)
- installed 2018-12
- launched 2018-12
- installed JBoss Tools server adapters
- tried to add a JBoss 5.1 but noticed it was not possible
- removed Java 11 (sudo yum remove java-11-openjdk-headless)
- installed Java 8 (sudo yum install java-1.8.0-openjdk-devel)
- relanched 2018-12
- got an error while creating the JBoss 5.1 server
- noticed in the error log JDK1.6.0 is missing the libnsl.so.1)
- installed libnsl (sudo yum install libnsl)
- create and start server were now successful
Hope this helps
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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
});
}
});
marcosnasp 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%2fstackoverflow.com%2fquestions%2f54257623%2fhow-to-configure-jboss-5-1-0ga-using-jdk1-6-on-eclipse-2018-12-and-fedora-29%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
I tried your configuration on a F29 VM.
Here's what I did:
- installed JDK1.6.0_45 (from Oracle)
- installed 2018-12
- launched 2018-12
- installed JBoss Tools server adapters
- tried to add a JBoss 5.1 but noticed it was not possible
- removed Java 11 (sudo yum remove java-11-openjdk-headless)
- installed Java 8 (sudo yum install java-1.8.0-openjdk-devel)
- relanched 2018-12
- got an error while creating the JBoss 5.1 server
- noticed in the error log JDK1.6.0 is missing the libnsl.so.1)
- installed libnsl (sudo yum install libnsl)
- create and start server were now successful
Hope this helps
add a comment |
I tried your configuration on a F29 VM.
Here's what I did:
- installed JDK1.6.0_45 (from Oracle)
- installed 2018-12
- launched 2018-12
- installed JBoss Tools server adapters
- tried to add a JBoss 5.1 but noticed it was not possible
- removed Java 11 (sudo yum remove java-11-openjdk-headless)
- installed Java 8 (sudo yum install java-1.8.0-openjdk-devel)
- relanched 2018-12
- got an error while creating the JBoss 5.1 server
- noticed in the error log JDK1.6.0 is missing the libnsl.so.1)
- installed libnsl (sudo yum install libnsl)
- create and start server were now successful
Hope this helps
add a comment |
I tried your configuration on a F29 VM.
Here's what I did:
- installed JDK1.6.0_45 (from Oracle)
- installed 2018-12
- launched 2018-12
- installed JBoss Tools server adapters
- tried to add a JBoss 5.1 but noticed it was not possible
- removed Java 11 (sudo yum remove java-11-openjdk-headless)
- installed Java 8 (sudo yum install java-1.8.0-openjdk-devel)
- relanched 2018-12
- got an error while creating the JBoss 5.1 server
- noticed in the error log JDK1.6.0 is missing the libnsl.so.1)
- installed libnsl (sudo yum install libnsl)
- create and start server were now successful
Hope this helps
I tried your configuration on a F29 VM.
Here's what I did:
- installed JDK1.6.0_45 (from Oracle)
- installed 2018-12
- launched 2018-12
- installed JBoss Tools server adapters
- tried to add a JBoss 5.1 but noticed it was not possible
- removed Java 11 (sudo yum remove java-11-openjdk-headless)
- installed Java 8 (sudo yum install java-1.8.0-openjdk-devel)
- relanched 2018-12
- got an error while creating the JBoss 5.1 server
- noticed in the error log JDK1.6.0 is missing the libnsl.so.1)
- installed libnsl (sudo yum install libnsl)
- create and start server were now successful
Hope this helps
answered Jan 19 at 12:06
Jeff MAURYJeff MAURY
813
813
add a comment |
add a comment |
marcosnasp is a new contributor. Be nice, and check out our Code of Conduct.
marcosnasp is a new contributor. Be nice, and check out our Code of Conduct.
marcosnasp is a new contributor. Be nice, and check out our Code of Conduct.
marcosnasp is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f54257623%2fhow-to-configure-jboss-5-1-0ga-using-jdk1-6-on-eclipse-2018-12-and-fedora-29%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