Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] How to see the Java source code after compiling by aspectj

Hello, you can try DJ Java decompiler. I have used it exactly with 
the same purpose with good enough results.

You can find DJ at:

http://members.fortunecity.com/neshkov/dj.html

regards,
Jordi

:Hi all,
:
:Is there anyway I can see the source of the class created
:by ajc
:compiler? I mean the Java program?
:
:Thanks and regards,
:Ravi
:_______________________________________________
:aspectj-users mailing list
:aspectj-users@xxxxxxxxxxx
:http://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top