[Jarspy-commits] CVS: JarSpy README,1.12,1.13
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-07-19 00:27:15
|
Update of /cvsroot/jarspy/JarSpy In directory usw-pr-cvs1:/tmp/cvs-serv14985 Modified Files: README Log Message: Index: README =================================================================== RCS file: /cvsroot/jarspy/JarSpy/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** README 25 Jan 2002 03:08:15 -0000 1.12 --- README 19 Jul 2002 00:27:12 -0000 1.13 *************** *** 1,3 **** ! JarSpy v0.4.7 http://www.jarspy.org/ ======================================= --- 1,3 ---- ! JarSpy v0.6 http://www.jarspy.org/ ======================================= *************** *** 16,19 **** --- 16,22 ---- - A list of all fields declared in each class or interface, including the field type and all access specifiers + - Decompile java classes back into Java source code + - View the Manifest + - A list of all entries in the archive (not just class files) Planned functionality includes... *************** *** 32,43 **** ------------ ! Installation is very straightforward. The tool is designed and intended ! primarily for Java developers so it is assumed that the user is familiar ! with setting up the Java runtime environment. The jarspy.jar file located ! in the lib/ directory of this distribution is an executable jar. ! ! java -jar lib/jarspy.jar ! ... should do the trick. --- 35,44 ---- ------------ ! As of version 0.5, JarSpy is deployed using Sun's Java Web Start ! technology. To install the application, please visit ! http://www.jarspy.org/. ! For more information on Web Start, please visit ! http://java.sun.com/products/javawebstart/. |