| Author |
Java Profiling-MemoryLeakTesting using JRat
|
sameer sa
Greenhorn
Joined: Sep 13, 2006
Posts: 1
|
|
Hi I have a client application,its an applet which will download the jar files onto local drive from a server. So I used JRat to find the memory leaks inside the Java Code and instrumented all the jars and placed those jars in the directory where the server will keep the new jars. I used this procedure to fix the bugs, by changing the code and creating the jars and keep those jars in that directory. When I try to launch the application, these instrumented jars are again getting replaced by the new jars from the server. So can anyone suggest some ideas regarding this.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Sameer, Welcome to JavaRanch! This sounds like more of an Applet question to me. I'll move it to our Applet forum for you.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Java Profiling-MemoryLeakTesting using JRat
|
|
|