Try to provide an implementation that works with applications running in Java 1.3 which is still most used Java runtime. email: jesus_pesca@yahoo.com
Logged In: YES user_id=464678
LimpidLog uses java.lang.instrument to redefine classes. java.lang.instrument is available for Java 1.5 only. This cry should go to Java.
JRocket 1.4 implements similar package like java.lang.instrument. LimpidLog will try that later.
You can use Java 1.5 to run your application. Java 1.5 is backward compitible.
Log in to post a comment.
Logged In: YES
user_id=464678
LimpidLog uses java.lang.instrument to redefine classes.
java.lang.instrument is available for Java 1.5 only. This
cry should go to Java.
JRocket 1.4 implements similar package like
java.lang.instrument. LimpidLog will try that later.
You can use Java 1.5 to run your application. Java 1.5 is
backward compitible.