Re: decompiling classes

2006-09-12 Thread Nicholas Irving
://www.download.com/DJ-Java-Decompiler/3000-2417-10046809.html http://dj.navexpress.com/ -Original Message- From: Steve R Burrus [mailto:[EMAIL PROTECTED] Sent: Jueves, 07 de Septiembre de 2006 10:53 p.m. To: Tomcat Users List Subject: Re: decompiling classes Me thinks that Mr. Nicholas

Re: decompiling classes

2006-09-08 Thread William Bonnet
Hi all what's the command again for decompiling Tomcat's classes? Or was there special software needed to do so? Why not just browse the source? http://tomcat.apache.org/svn.html If browsing sources is not enough you can use jad ( http://www.kpdus.com/jad.html ). You can integrate it as

RE: decompiling classes

2006-09-08 Thread Propes, Barry L
Thanks, Mark. I guess I didn't realize it was so readily available...my apologies. Again, thank you. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 6:36 PM To: Tomcat Users List Subject: Re: decompiling classes Propes, Barry L wrote

RE: decompiling classes

2006-09-08 Thread Propes, Barry L
List Subject: Re: decompiling classes Propes, Barry L wrote: what's the command again for decompiling Tomcat's classes? Or was there special software needed to do so? Why not just browse the source? http://tomcat.apache.org/svn.html Mark

Re: decompiling classes

2006-09-08 Thread Filip Hanik - Dev Lists
it was on the JdbcOdbcConnection class where the problem was, but how could I verify that? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 6:36 PM To: Tomcat Users List Subject: Re: decompiling classes Propes, Barry L wrote: what's

RE: decompiling classes

2006-09-08 Thread Propes, Barry L
AM To: Tomcat Users List Subject: Re: decompiling classes if you are trying to connect to Oracle, why do you use the JDBC-ODBC bridge, its filled with problems. Download Oracles JDBC driver, they have a type 4 driver (pure Java), and use that Filip Propes, Barry L wrote: maybe I didn't look

Re: decompiling classes

2006-09-07 Thread Mark Thomas
Propes, Barry L wrote: what's the command again for decompiling Tomcat's classes? Or was there special software needed to do so? Why not just browse the source? http://tomcat.apache.org/svn.html Mark - To start a new topic,

Re: decompiling classes

2006-09-07 Thread Nicholas Irving
I know the software you mean, it is completely free, but I have a guide that I can sell to you for $19.95 that tells you where to download it from and contains commonly available documentation convert into a PDF for you to read. So you want my PayPal account so that you can deposit the money and

Re: decompiling classes

2006-09-07 Thread Frank W. Zammetti
Umm, the command to decompile Tomcat's classes is this: http://tomcat.apache.org/svn.html ;) Frank Nicholas Irving wrote: I know the software you mean, it is completely free, but I have a guide that I can sell to you for $19.95 that tells you where to download it from and contains commonly

Re: decompiling classes

2006-09-07 Thread Nicholas Irving
That is too much hard work, whenever I want to look @ the source for a class I just decompile and it gte me a 100% accurate copy, no need to hit the Internet to get the source I already have on my desktop. For an extra $5 I will throw in the How to view Java Source within Eclispe PDF. NIrving

Re: decompiling classes

2006-09-07 Thread Filip Hanik - Dev Lists
gee, this is so BS, you don't have to go through all that effort. download all the source in a single package from http://tomcat.apache.org/download-55.cgi don't pay anyone for decompilation instructions, for open source, you can always get the source, for closed source its illegal anyway.

Re: decompiling classes

2006-09-07 Thread Steve R Burrus
Me thinks that Mr. Nicholas Irving is talking a bit tongue-in-cheek what with his 2 consecutive posts mentioning some money! You all agree? Filip Hanik - Dev Lists wrote: gee, this is so BS, you don't have to go through all that effort. download all the source in a single package from