i have class files in class folder. but i have no java files.
but i want to modify the java files which are related to
class files . how ?
Answers were Sorted based on User's Feedback
Answer / geetha
Javassist (Java programming assistant) is a load-time
reflective system for Java. It is a class library for
editing bytecodes in Java; it enables Java programs to
define a new class at runtime and to modify a class file
before the JVM loads it. Unlike other similar systems,
Javassist provides source-level abstraction; programmers
can modify a class file without detailed knowledge of the
Java bytecode. They do not have to even write an inserted
bytecode sequence; Javassist instead can compile a fragment
of source text on line (for example, just a single
statement). This ease of use is a unique feature of
Javassit against other tools.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ramesh
Use JAD decompiler tool.Available on on net.Run Jad in dos
window.It will show help lines.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Using java decompiler tool???May be that is an answer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
we can use the gel tool where we can modify class file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran.chd
use java decompiler and find out which source belongs to
which class
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a server side include (ssi)
How to get the actual path of servlet in server?
Difference between Include, Forward and sendRedirect in Servlet?
what is meant by Transaction Isolation Levels?
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
Elucidate servlet attributes and its scope?
What are the two important api's in for servlets?
What is the difference between portlet and servlet?
Differentiate between get and post?
What is servlet and its use?
Explain in brief the directory structure of a web application?
Which event is fired at the time of setting, getting or removing attribute from application scope?