You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building dimmunix-java/src/DimmunixInstrumentation requires that asm-
3.2/lib/asm-3.2.jar be on the classpath, but this is never mentioned.
As a result following the instructions in
http://code.google.com/p/dimmunix/wiki/QuickGuideJava will fail with the
message:
"package org.objectweb.asm does not exist"
I worked around this by specifying the class path when running ant:
CLASSPATH=../../../asm-3.2/lib/asm-3.2.jar ant
Original issue reported on code.google.com by devon.c....@gmail.com on 29 Jan 2010 at 5:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
devon.c....@gmail.com
on 29 Jan 2010 at 5:03The text was updated successfully, but these errors were encountered: