|
-
Sep 17th, 2007, 04:58 AM
#1
Thread Starter
PowerPoster
uninstaller.jar
I installed some trial software that I no longer want but now can't uninstall it. I first went through Add/Remove programs but it's not listed so I clicked the uninstall shortcut in the Start Menu and I get the normal windows message asking me what program I wanted to use to open the file 'uninstaller.jar'.
What program do I need to run the uninstaller to uninstall the software?
Thanks.
-
Sep 17th, 2007, 06:35 AM
#2
PowerPoster
Re: uninstaller.jar
Are you sure is it there, I mean inside the programming files. Some trial versions remove itself after the trial period is pass.
Last edited by eranga262154; Sep 17th, 2007 at 06:37 AM.
Reason: Incomplete
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Sep 17th, 2007, 08:10 PM
#3
Thread Starter
PowerPoster
Re: uninstaller.jar
The uninstaller.jar file is definately there.
The trial period hasn't finished yet, I just want to uninstall it as it's not what I'm after.
-
Sep 17th, 2007, 11:34 PM
#4
PowerPoster
Re: uninstaller.jar
Have you try it on the command line. Sometimes *.jar files work fine on command line. Can't you manually delete it?
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Sep 17th, 2007, 11:45 PM
#5
Thread Starter
PowerPoster
Re: uninstaller.jar
I can manually delete the program but want to also remove any registry entries it may have created, OCX files added etc....
How do I run the .JAR file from the command line?
-
Sep 18th, 2007, 02:42 AM
#6
PowerPoster
Re: uninstaller.jar
Check this from the installation folder. But if you have deleted manually, I think it wont work. I have use it in Java few times.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Sep 18th, 2007, 03:00 AM
#7
Thread Starter
PowerPoster
-
Sep 18th, 2007, 03:31 AM
#8
PowerPoster
Re: uninstaller.jar
Oops, really sorry about that.
del /f ${jarfile}
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Sep 18th, 2007, 07:17 AM
#9
Fanatic Member
Re: uninstaller.jar
I can't test it for you but I think it should be.
Code:
java -jar uninstaller.jar
Last edited by grilkip; Sep 18th, 2007 at 07:18 AM.
Reason: added spelling error
"so just keep in mind that fantasy is not the same as realtiy and make sure u remember that wii sports may be fun but u cant count on it as exercise ok cool bye" - HungarianHuman
-
Sep 18th, 2007, 11:43 PM
#10
PowerPoster
Re: uninstaller.jar
I think that is no Linux.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Sep 19th, 2007, 06:40 AM
#11
Fanatic Member
Re: uninstaller.jar
What grikip said is correct. Because Java is mult-platform, it works similar, regardless of operating system.
Note that you should either be in the system folder in the command line or you should manually type it in to get it working.
Under windows, *I think* it should work automatically. The dialog box you are getting is from the Sun Java manager or something and it's asking you whether you should trust it?
I would say Allow.
If not, go to the program file folder and delete the files manually. Note that this leaves a very messy trail and if there were programs that started up that depended on files in that folder, you will get error messages.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|