The moose likes Applets and the fly likes help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "help" Watch "help" New topic
Author

help

mithilesh sinha
Greenhorn

Joined: Feb 17, 2013
Posts: 1
i forgot password of executable jar file .how do i fetch/reset the password?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
Welcome to JavaRanch. A hint to get the most out of this site: UseAMeaningfulSubjectLine - just about every topic here is asking for help, so a subject line of "help" is not useful. You can edit your post to change the subject line by clicking the  button.

As regards your actual question: jar files by themselves have no provisions for being protected by a password. So whatever password you don't know must have been implemented by some code that is part of the application contained in that jar file. Since we don't know what application that is, the generic advice would be to contact whoever gave you that jar file.

Also: you posted in the "Applets" forum - does the question concern an applet? "Executable jar file" indicates that we may be talking about a desktop application. But either way, the question may not be related to Java at all, but about recovering/resetting a password set by someone or some company.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: help
 
Similar Threads
Need Help With Caesar Shift
what password you usually put in social networking?
Communications link failure
Forgot admin login ID and password
How can I get a normal input tag's value?