looking for a Java decompiler  
Author Message
mi





PostPosted: 2005-7-7 13:03:00 Top

java-programmer, looking for a Java decompiler Hello!

Is there a good byte-code de-compiler in the ports? It does not
need to be fancy/GUI -- just a straghtforward .class->.java utility.

Thanks for any pointers. Thanks!

-mi
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
brent





PostPosted: 2005-7-7 13:31:00 Top

java-programmer >> looking for a Java decompiler [2005-07-07 01:02] Mikhail T. said:
| Hello!
|
| Is there a good byte-code de-compiler in the ports? It does not
| need to be fancy/GUI -- just a straghtforward .class->.java utility.

jode (http://jode.sf.net) works pretty well. There is a port, but
it is a little outdated.

b
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
j.verschoor





PostPosted: 2005-7-7 13:31:00 Top

java-programmer >> looking for a Java decompiler I recently switched to JODE, because jad is not getting any updates, and
it didn't decopmile some of the classes...
JODE as problems with inner classes (at least using the eclipse plugin)

Joe Marcus Clarke wrote:

>On Thu, 2005-07-07 at 01:02 -0400, Mikhail T. wrote:
>
>
>>Hello!
>>
>>Is there a good byte-code de-compiler in the ports? It does not
>>need to be fancy/GUI -- just a straghtforward .class->.java utility.
>>
>>
>
>I use java/jad religiously, and I find it does an excellent job.
>
>Joe
>
>
>
>>Thanks for any pointers. Thanks!
>>
>> -mi
>>_______________________________________________
>>email***@***.com mailing list
>>http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>>To unsubscribe, send any mail to "email***@***.com"
>>
>>
>>

_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
herve.quiroz





PostPosted: 2005-7-8 0:07:00 Top

java-programmer >> looking for a Java decompiler On Thu, Jul 07, 2005 at 01:30:16AM -0400, Brent Verner wrote:
> [2005-07-07 01:02] Mikhail T. said:
> | Hello!
> |
> | Is there a good byte-code de-compiler in the ports? It does not
> | need to be fancy/GUI -- just a straghtforward .class->.java utility.
>
> jode (http://jode.sf.net) works pretty well. There is a port, but
> it is a little outdated.

Funny thing to note is that Mikhail is actually the maintainer of the
java/jode port... :)

Herve
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
Mikhail.Teterin





PostPosted: 2005-7-8 0:37:00 Top

java-programmer >> looking for a Java decompiler 夼宰乓 07 躺信呜 2005 12:06, Herve Quiroz 魃 瘟猩恿躺:
> On Thu, Jul 07, 2005 at 01:30:16AM -0400, Brent Verner wrote:
> > [2005-07-07 01:02] Mikhail T. said:
> > | Hello!
> > |
> > | Is there a good byte-code de-compiler in the ports? It does not
> > | need to be fancy/GUI -- just a straghtforward .class->.java utility.
> >
> > jode (http://jode.sf.net) works pretty well. There is a port, but
> > it is a little outdated.
>
> Funny thing to note is that Mikhail is actually the maintainer of the
> java/jode port... :)

Yes and Mikhail knows, that jode does not compile with Java-1.5 (the only Java
available for FreeBSD/amd64) :-)

-mi
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
herve.quiroz





PostPosted: 2005-7-8 0:46:00 Top

java-programmer >> looking for a Java decompiler On Thu, Jul 07, 2005 at 12:35:58PM -0400, Mikhail Teterin wrote:
> Yes and Mikhail knows, that jode does not compile with Java-1.5 (the only Java
> available for FreeBSD/amd64) :-)

Did you try using java/kaffe ? It is now supported by javavmwrapper, and
I'm planning to add support for it in bsd.java.mk (if we have enough
feedback from users that it can build and run most ports from the tree).

Herve
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
Herve Quiroz





PostPosted: 2005-7-8 0:46:00 Top

java-programmer >> looking for a Java decompiler On Thu, Jul 07, 2005 at 12:35:58PM -0400, Mikhail Teterin wrote:
> Yes and Mikhail knows, that jode does not compile with Java-1.5 (the only Java
> available for FreeBSD/amd64) :-)

Did you try using java/kaffe ? It is now supported by javavmwrapper, and
I'm planning to add support for it in bsd.java.mk (if we have enough
feedback from users that it can build and run most ports from the tree).

Herve
 
 
Mikhail.Teterin





PostPosted: 2005-7-8 0:54:00 Top

java-programmer >> looking for a Java decompiler > Did you try using java/kaffe ? It is now supported by javavmwrapper, and
> I'm planning to add support for it in bsd.java.mk (if we have enough
> feedback from users that it can build and run most ports from the tree).

No, I gave up on kaffe many years ago, when it was still struggling with GUI
support. Is it working now? How about 64-bit platforms? Thanks!

-mi
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
glewis





PostPosted: 2005-7-8 1:15:00 Top

java-programmer >> looking for a Java decompiler On Thu, Jul 07, 2005 at 12:35:58PM -0400, Mikhail Teterin wrote:
> ?????? 07 ?????? 2005 12:06, Herve Quiroz ?? ????????:
> > On Thu, Jul 07, 2005 at 01:30:16AM -0400, Brent Verner wrote:
> > > [2005-07-07 01:02] Mikhail T. said:
> > > | Hello!
> > > |
> > > | Is there a good byte-code de-compiler in the ports? It does not
> > > | need to be fancy/GUI -- just a straghtforward .class->.java utility.
> > >
> > > jode (http://jode.sf.net) works pretty well. There is a port, but
> > > it is a little outdated.
> >
> > Funny thing to note is that Mikhail is actually the maintainer of the
> > java/jode port... :)
>
> Yes and Mikhail knows, that jode does not compile with Java-1.5 (the only Java
> available for FreeBSD/amd64) :-)

make JAVAC="/usr/local/jdk1.5.0/bin/javac -source 1.4"

You can probably achieve something similar with jikes, but I haven't tried
it. Or you can install one of the older Linux JDKs and compile with that.

--
Greg Lewis Email : email***@***.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology FreeBSD : email***@***.com
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"