Embed JRE in a bundle of Java applications
up vote
0
down vote
favorite
I need to deliver a bundle of 5 java applications with a specific JRE embedded inside it.
In order to limit the size of the archive, instead of embedding 5 JRE for 5 applications respectively, I think of using only one JRE in the archive and configure the 5 applications to use by default that only common JRE.
However, I am wondering about the performance during runtime. Will I have any problem in terms of performance if the 5 applications are running at the same time and using the same JRE?
Do you have any advice? Should I embed only one JRE for 5 applications or should I embed each JRE for each application?
java windows deployment executable software-distribution
add a comment |
up vote
0
down vote
favorite
I need to deliver a bundle of 5 java applications with a specific JRE embedded inside it.
In order to limit the size of the archive, instead of embedding 5 JRE for 5 applications respectively, I think of using only one JRE in the archive and configure the 5 applications to use by default that only common JRE.
However, I am wondering about the performance during runtime. Will I have any problem in terms of performance if the 5 applications are running at the same time and using the same JRE?
Do you have any advice? Should I embed only one JRE for 5 applications or should I embed each JRE for each application?
java windows deployment executable software-distribution
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to deliver a bundle of 5 java applications with a specific JRE embedded inside it.
In order to limit the size of the archive, instead of embedding 5 JRE for 5 applications respectively, I think of using only one JRE in the archive and configure the 5 applications to use by default that only common JRE.
However, I am wondering about the performance during runtime. Will I have any problem in terms of performance if the 5 applications are running at the same time and using the same JRE?
Do you have any advice? Should I embed only one JRE for 5 applications or should I embed each JRE for each application?
java windows deployment executable software-distribution
I need to deliver a bundle of 5 java applications with a specific JRE embedded inside it.
In order to limit the size of the archive, instead of embedding 5 JRE for 5 applications respectively, I think of using only one JRE in the archive and configure the 5 applications to use by default that only common JRE.
However, I am wondering about the performance during runtime. Will I have any problem in terms of performance if the 5 applications are running at the same time and using the same JRE?
Do you have any advice? Should I embed only one JRE for 5 applications or should I embed each JRE for each application?
java windows deployment executable software-distribution
java windows deployment executable software-distribution
asked Nov 8 at 13:34
Cong Bang DO
94111
94111
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f53208831%2fembed-jre-in-a-bundle-of-java-applications%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