Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Decompilation results ?? Java???

My question is the following:
 After doing the compilation with ajc and obtaining the class files. If I decompile these class files  with JAD (java decompiler), am I going to have
 java programs?? In the sense can I use a standard java compiler (JAVAC) against the results of JAD. I think that for the aspects no but what about the other classes??
 
Just to see if the weaving gives java code??
THX
 

Back to the top