JNLP files will not launch from IE's temporary internet files folder
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Windows 7 machine. Have several different Java applications which launch from JNLP files on websites. The JNLP files download to 'Temporary Internet Files' and then do nothing from there. I cannot double-click to launch either but I can if I move them to another folder.
I have reinstalled Java and confirmed that the 'Enable Java Content in the browser' option is checked.
windows-7 java
add a comment |
Windows 7 machine. Have several different Java applications which launch from JNLP files on websites. The JNLP files download to 'Temporary Internet Files' and then do nothing from there. I cannot double-click to launch either but I can if I move them to another folder.
I have reinstalled Java and confirmed that the 'Enable Java Content in the browser' option is checked.
windows-7 java
Which Java version do you have installed ? What is Java Security set to ?
– pun
May 11 '15 at 15:21
Java 7 update 40 and the security settings are set to Medium. Keep in mind that moving the JNLPs to another folder (like Desktop) and double-clicking them launches the Java apps without issue, so I don't believe that its a version comptability problem.
– backwardsx
May 11 '15 at 15:25
Looks like a java security issue to me. Could you set the security to low and try.
– pun
May 11 '15 at 15:35
No luck. Moved the settings for Java as low as I could. Also changed the JNLP/MIME associations option in the java control to always allow. I added the websites to Local Intranet in IE and changed the security on that zone to as low as it could go, still doesn't work. I also tried resetting IE.
– backwardsx
May 11 '15 at 20:56
add a comment |
Windows 7 machine. Have several different Java applications which launch from JNLP files on websites. The JNLP files download to 'Temporary Internet Files' and then do nothing from there. I cannot double-click to launch either but I can if I move them to another folder.
I have reinstalled Java and confirmed that the 'Enable Java Content in the browser' option is checked.
windows-7 java
Windows 7 machine. Have several different Java applications which launch from JNLP files on websites. The JNLP files download to 'Temporary Internet Files' and then do nothing from there. I cannot double-click to launch either but I can if I move them to another folder.
I have reinstalled Java and confirmed that the 'Enable Java Content in the browser' option is checked.
windows-7 java
windows-7 java
asked May 11 '15 at 15:15
backwardsxbackwardsx
111
111
Which Java version do you have installed ? What is Java Security set to ?
– pun
May 11 '15 at 15:21
Java 7 update 40 and the security settings are set to Medium. Keep in mind that moving the JNLPs to another folder (like Desktop) and double-clicking them launches the Java apps without issue, so I don't believe that its a version comptability problem.
– backwardsx
May 11 '15 at 15:25
Looks like a java security issue to me. Could you set the security to low and try.
– pun
May 11 '15 at 15:35
No luck. Moved the settings for Java as low as I could. Also changed the JNLP/MIME associations option in the java control to always allow. I added the websites to Local Intranet in IE and changed the security on that zone to as low as it could go, still doesn't work. I also tried resetting IE.
– backwardsx
May 11 '15 at 20:56
add a comment |
Which Java version do you have installed ? What is Java Security set to ?
– pun
May 11 '15 at 15:21
Java 7 update 40 and the security settings are set to Medium. Keep in mind that moving the JNLPs to another folder (like Desktop) and double-clicking them launches the Java apps without issue, so I don't believe that its a version comptability problem.
– backwardsx
May 11 '15 at 15:25
Looks like a java security issue to me. Could you set the security to low and try.
– pun
May 11 '15 at 15:35
No luck. Moved the settings for Java as low as I could. Also changed the JNLP/MIME associations option in the java control to always allow. I added the websites to Local Intranet in IE and changed the security on that zone to as low as it could go, still doesn't work. I also tried resetting IE.
– backwardsx
May 11 '15 at 20:56
Which Java version do you have installed ? What is Java Security set to ?
– pun
May 11 '15 at 15:21
Which Java version do you have installed ? What is Java Security set to ?
– pun
May 11 '15 at 15:21
Java 7 update 40 and the security settings are set to Medium. Keep in mind that moving the JNLPs to another folder (like Desktop) and double-clicking them launches the Java apps without issue, so I don't believe that its a version comptability problem.
– backwardsx
May 11 '15 at 15:25
Java 7 update 40 and the security settings are set to Medium. Keep in mind that moving the JNLPs to another folder (like Desktop) and double-clicking them launches the Java apps without issue, so I don't believe that its a version comptability problem.
– backwardsx
May 11 '15 at 15:25
Looks like a java security issue to me. Could you set the security to low and try.
– pun
May 11 '15 at 15:35
Looks like a java security issue to me. Could you set the security to low and try.
– pun
May 11 '15 at 15:35
No luck. Moved the settings for Java as low as I could. Also changed the JNLP/MIME associations option in the java control to always allow. I added the websites to Local Intranet in IE and changed the security on that zone to as low as it could go, still doesn't work. I also tried resetting IE.
– backwardsx
May 11 '15 at 20:56
No luck. Moved the settings for Java as low as I could. Also changed the JNLP/MIME associations option in the java control to always allow. I added the websites to Local Intranet in IE and changed the security on that zone to as low as it could go, still doesn't work. I also tried resetting IE.
– backwardsx
May 11 '15 at 20:56
add a comment |
1 Answer
1
active
oldest
votes
i had the same problem. it seems that java web start could not carry out the "browsing" task when discovering the size of Temporary Internet files (default 1,000MB). I tried reducing its size, it still works intermittently. However, if I invoke user' temporary Internet files (using windows explorer), it seems to work. looks like java web start doesn't have the stamina to browse and validate the size of Temp Internet files folder.
My solution was to add a small script to open user's Temp Internet Files folder to logon script in Apsense (or you can add to GPMC logon script).
it is an expensive workaround though...
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
});
}
});
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%2f913393%2fjnlp-files-will-not-launch-from-ies-temporary-internet-files-folder%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 had the same problem. it seems that java web start could not carry out the "browsing" task when discovering the size of Temporary Internet files (default 1,000MB). I tried reducing its size, it still works intermittently. However, if I invoke user' temporary Internet files (using windows explorer), it seems to work. looks like java web start doesn't have the stamina to browse and validate the size of Temp Internet files folder.
My solution was to add a small script to open user's Temp Internet Files folder to logon script in Apsense (or you can add to GPMC logon script).
it is an expensive workaround though...
add a comment |
i had the same problem. it seems that java web start could not carry out the "browsing" task when discovering the size of Temporary Internet files (default 1,000MB). I tried reducing its size, it still works intermittently. However, if I invoke user' temporary Internet files (using windows explorer), it seems to work. looks like java web start doesn't have the stamina to browse and validate the size of Temp Internet files folder.
My solution was to add a small script to open user's Temp Internet Files folder to logon script in Apsense (or you can add to GPMC logon script).
it is an expensive workaround though...
add a comment |
i had the same problem. it seems that java web start could not carry out the "browsing" task when discovering the size of Temporary Internet files (default 1,000MB). I tried reducing its size, it still works intermittently. However, if I invoke user' temporary Internet files (using windows explorer), it seems to work. looks like java web start doesn't have the stamina to browse and validate the size of Temp Internet files folder.
My solution was to add a small script to open user's Temp Internet Files folder to logon script in Apsense (or you can add to GPMC logon script).
it is an expensive workaround though...
i had the same problem. it seems that java web start could not carry out the "browsing" task when discovering the size of Temporary Internet files (default 1,000MB). I tried reducing its size, it still works intermittently. However, if I invoke user' temporary Internet files (using windows explorer), it seems to work. looks like java web start doesn't have the stamina to browse and validate the size of Temp Internet files folder.
My solution was to add a small script to open user's Temp Internet Files folder to logon script in Apsense (or you can add to GPMC logon script).
it is an expensive workaround though...
answered Jul 28 '15 at 14:48
KepKep
1
1
add a comment |
add a comment |
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%2f913393%2fjnlp-files-will-not-launch-from-ies-temporary-internet-files-folder%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
Which Java version do you have installed ? What is Java Security set to ?
– pun
May 11 '15 at 15:21
Java 7 update 40 and the security settings are set to Medium. Keep in mind that moving the JNLPs to another folder (like Desktop) and double-clicking them launches the Java apps without issue, so I don't believe that its a version comptability problem.
– backwardsx
May 11 '15 at 15:25
Looks like a java security issue to me. Could you set the security to low and try.
– pun
May 11 '15 at 15:35
No luck. Moved the settings for Java as low as I could. Also changed the JNLP/MIME associations option in the java control to always allow. I added the websites to Local Intranet in IE and changed the security on that zone to as low as it could go, still doesn't work. I also tried resetting IE.
– backwardsx
May 11 '15 at 20:56