Getting ZipException when trying to open a jar file -


enter image description here

i have jar file. want see contents of jar file, when try unzip file getting error java.util.zipexception: error opening zip file.
used command *jar tvf jar_file_name * in command prompt.
think file password protected or else. there way open file can see contents. thankyou.

it sounds file broken - example, may have fetched ftp in text mode, instead of binary, or if downloaded programmatically may have bug in download code.

as quick test, try renaming zip file , open winzip or whatever favourite zip file client is. confirm whether or not it's bust.

i don't believe there's such thing password-protected jar file.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -