Application on Windows 7 disappears straight after starting, but still visible in “process list”
I'm trying to run FigTree on Windows 7.
I think it's a Java application, but I'm not positive about that.
I have successfully used it before on Windows 7, but now when I click the figtree.exe (or a shortcut to it) I get the usual "this is an application from the Internet are you sure you want to run it". I pick OK but nothing seems to happen. When I check on the Task Manager it doesn't show up in programs, but it does show up in processes, using zero CPU and about a MB of memory. If I try clicking the .exe again I get multiple copies of the process running.
In the course of fiddling with it I noticed that if I kill the javaw.exe process the figtree icon pops up and a message objects "an error occurred while starting the application: access is denied"
windows-7 java application-launch
add a comment |
I'm trying to run FigTree on Windows 7.
I think it's a Java application, but I'm not positive about that.
I have successfully used it before on Windows 7, but now when I click the figtree.exe (or a shortcut to it) I get the usual "this is an application from the Internet are you sure you want to run it". I pick OK but nothing seems to happen. When I check on the Task Manager it doesn't show up in programs, but it does show up in processes, using zero CPU and about a MB of memory. If I try clicking the .exe again I get multiple copies of the process running.
In the course of fiddling with it I noticed that if I kill the javaw.exe process the figtree icon pops up and a message objects "an error occurred while starting the application: access is denied"
windows-7 java application-launch
First off, right-click on the download, chooseProperties
andUnblock
the file, if you trust it. Then right-click on it and choose toRun as Administrator
. This will eliminate security issues with it.
– user3463
Nov 6 '10 at 18:12
add a comment |
I'm trying to run FigTree on Windows 7.
I think it's a Java application, but I'm not positive about that.
I have successfully used it before on Windows 7, but now when I click the figtree.exe (or a shortcut to it) I get the usual "this is an application from the Internet are you sure you want to run it". I pick OK but nothing seems to happen. When I check on the Task Manager it doesn't show up in programs, but it does show up in processes, using zero CPU and about a MB of memory. If I try clicking the .exe again I get multiple copies of the process running.
In the course of fiddling with it I noticed that if I kill the javaw.exe process the figtree icon pops up and a message objects "an error occurred while starting the application: access is denied"
windows-7 java application-launch
I'm trying to run FigTree on Windows 7.
I think it's a Java application, but I'm not positive about that.
I have successfully used it before on Windows 7, but now when I click the figtree.exe (or a shortcut to it) I get the usual "this is an application from the Internet are you sure you want to run it". I pick OK but nothing seems to happen. When I check on the Task Manager it doesn't show up in programs, but it does show up in processes, using zero CPU and about a MB of memory. If I try clicking the .exe again I get multiple copies of the process running.
In the course of fiddling with it I noticed that if I kill the javaw.exe process the figtree icon pops up and a message objects "an error occurred while starting the application: access is denied"
windows-7 java application-launch
windows-7 java application-launch
edited Nov 16 '11 at 0:54
3498DB
15.8k114762
15.8k114762
asked Nov 6 '10 at 18:06
KirtKirt
2,254164155
2,254164155
First off, right-click on the download, chooseProperties
andUnblock
the file, if you trust it. Then right-click on it and choose toRun as Administrator
. This will eliminate security issues with it.
– user3463
Nov 6 '10 at 18:12
add a comment |
First off, right-click on the download, chooseProperties
andUnblock
the file, if you trust it. Then right-click on it and choose toRun as Administrator
. This will eliminate security issues with it.
– user3463
Nov 6 '10 at 18:12
First off, right-click on the download, choose
Properties
and Unblock
the file, if you trust it. Then right-click on it and choose to Run as Administrator
. This will eliminate security issues with it.– user3463
Nov 6 '10 at 18:12
First off, right-click on the download, choose
Properties
and Unblock
the file, if you trust it. Then right-click on it and choose to Run as Administrator
. This will eliminate security issues with it.– user3463
Nov 6 '10 at 18:12
add a comment |
2 Answers
2
active
oldest
votes
Looks like the application is trying to do something that requires administrative rights, but doesn't have those rights and so is stuck in a loop.
If you know what it is and trust it, run it as admin. (Right click, "Run as administrator")
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
add a comment |
Try running the application from the command line, it will usually give you a better idea of what's happening and show you any errors. Try updating your java to the latest version as well.
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%2f207916%2fapplication-on-windows-7-disappears-straight-after-starting-but-still-visible-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Looks like the application is trying to do something that requires administrative rights, but doesn't have those rights and so is stuck in a loop.
If you know what it is and trust it, run it as admin. (Right click, "Run as administrator")
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
add a comment |
Looks like the application is trying to do something that requires administrative rights, but doesn't have those rights and so is stuck in a loop.
If you know what it is and trust it, run it as admin. (Right click, "Run as administrator")
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
add a comment |
Looks like the application is trying to do something that requires administrative rights, but doesn't have those rights and so is stuck in a loop.
If you know what it is and trust it, run it as admin. (Right click, "Run as administrator")
Looks like the application is trying to do something that requires administrative rights, but doesn't have those rights and so is stuck in a loop.
If you know what it is and trust it, run it as admin. (Right click, "Run as administrator")
answered Nov 6 '10 at 18:11
RJFalconerRJFalconer
9,36933345
9,36933345
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
add a comment |
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
i tired running as admin and ti didn't seem to work
– Kirt
Nov 8 '10 at 6:11
add a comment |
Try running the application from the command line, it will usually give you a better idea of what's happening and show you any errors. Try updating your java to the latest version as well.
add a comment |
Try running the application from the command line, it will usually give you a better idea of what's happening and show you any errors. Try updating your java to the latest version as well.
add a comment |
Try running the application from the command line, it will usually give you a better idea of what's happening and show you any errors. Try updating your java to the latest version as well.
Try running the application from the command line, it will usually give you a better idea of what's happening and show you any errors. Try updating your java to the latest version as well.
answered Nov 6 '10 at 18:11
John TJohn T
142k20293329
142k20293329
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%2f207916%2fapplication-on-windows-7-disappears-straight-after-starting-but-still-visible-i%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
First off, right-click on the download, choose
Properties
andUnblock
the file, if you trust it. Then right-click on it and choose toRun as Administrator
. This will eliminate security issues with it.– user3463
Nov 6 '10 at 18:12