![]() |
.jar files is scribbly
I am trying to open a .JAR file. I cannot seem to see it. Why not?
http://img341.imageshack.us/img341/1382/gdfgci8.png |
You must be opening it with the wrong decoding.
|
You shouldn't be opening jar files with an editor. If you need the files inside you can either use the jar program given by the jdk in order to get the file, or something like winrar which will give you access as well.
A text editor will not help you out as a jar is a compressed archive as well as an executable format for java files. |
Can you recommended something that will let me edit .jar files?
|
You can't edit them. As I said all you can do is extract them, and hope that the .java files are in there. If they aren't then you have .class files that you shouldn't be editing anyways.
|
Quote:
.jar files are archive files. What I always do (might not work for you) is rename the jar file to a .zip file and extract it. Might not work for you, but for me it does. |
| All times are GMT +1. The time now is 10:21 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.