> From byte code (the compiled .class files) you can 
> determine method names, and their arguments.  There 
> are several tools that can read class files, and tell 
> you what is in them:  JBuilder, and NetBeans/Forte come 
> with class viewers.  This won't tell you how the classes 
> were implemented, but it will expose the interface of 
> the class.  You can also do this at runtime, by calling 
> object.getClass() and then using the methods of java.lang.Class

Pete,
        Thanks for the information.  I might take a look at Forte and
see if it helps.  The java.lang.Class methods sound like an option too.


> As far as decompiling classes go, all I am going to 
> tell you is that it would violate your license, and that 
> it may be possible.

Honestly, I don't think I'd even want to bother.  I'd much rather
workaround my problem than shuffling through thousands of lines of
illegal source.   :)



Ben Johnson
Information Architect
www.architekture.com
[p] 720.934.2179
 
 

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to