On Mon, 2004-03-15 at 09:27, Jeff Chastain wrote:
> >> You can use the 'jar' command to look inside.
>
> Could I get a little more details/context around this?  This is my first attempt
> working with JAVA - especially within CFMX, so this is a bit new.

Just use winzip to open the jar file. And look at the last column that
holds the directory. but...

jar is a lot like the unix tar command which is used to archive a lot of
files. If you know the unix tar command the switched are the same if not
here is a quicky...

this lists the contents of a jar
$jar -tvf file.jar

you can create a simple archive thusly
$jar -c myarchive.jar *

the jar files format is very similar to zip so winzip or anyother ziping
program (file-roller or stuff-it) can read and list the contents.

--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to