CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Java and JSP (http://www.codingforums.com/forumdisplay.php?f=54)
-   -   .jar files is scribbly (http://www.codingforums.com/showthread.php?t=140745)

UrbanTwitch 05-28-2008 03:47 AM

.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

Millenia 05-28-2008 08:24 AM

You must be opening it with the wrong decoding.

Aradon 05-28-2008 01:38 PM

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.

UrbanTwitch 05-28-2008 06:36 PM

Can you recommended something that will let me edit .jar files?

Aradon 05-28-2008 11:34 PM

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.

Millenia 06-14-2008 10:30 AM

Quote:

Originally Posted by Millenia (Post 693720)
You must be opening it with the wrong decoding.

Oops, sorry I didn't read the file type!

.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.