I'll give it a try. Thanks

-----Original Message-----
From: Jim Davis [mailto:hofli...@depressedpress.com] 
Sent: Wednesday, March 25, 2009 4:06 PM
To: cf-community
Subject: RE: decompile


> -----Original Message-----
> From: Scott Raley [mailto:sra...@itc-llc.com]
> Sent: Wednesday, March 25, 2009 3:10 PM
> To: cf-community
> Subject: RE: decompile
> 
> 
> I'm just trying to see the code that is in this JAR file that is saving
> information to a "database" that is a bunch of ndp and ndx files which
> I
> thought were pervasive sql but they aren't since they don't have the
> pervasive header in them.

Well, again - a JAR file is two steps removed from code.

The JAR (which is just a Zip file) collects compiled classes (and often meta
information about them).  The actual code would then be in the individual
class files (and there can be many, many class files in even a "small" Java
package depending the design).

I've used Cavaj in the past (http://www.bysoft.se/sureshot/cavaj/) - it
seemed to work fine and is free.  I only needed to do this very infrequently
so maybe it's not really "good" but it did the trick for me.

Jim Davis




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:292794
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to