05-25-2015, 11:11 PM
Thank you.
I just managed to run it. The problem was related to the CLASSPATH.
Even though the variable was pointing to the proper \lib and javassist.jar was in the \ext folder under it, for some reason it didn't pick it up.
It worked after I added javassist.jar in a -cp at the command line.
For reference, I got lots of useful info in a blog, starting here: h**p/javarevisited.blogspot.gr/2011/06/noclassdeffounderror-exception-in.html
Fascinating subject this bytecode manipulation. And the BytecodeViewer is a joy to use. I'm glad I looked into it.
Much appreciated for all help.
I just managed to run it. The problem was related to the CLASSPATH.
Even though the variable was pointing to the proper \lib and javassist.jar was in the \ext folder under it, for some reason it didn't pick it up.
It worked after I added javassist.jar in a -cp at the command line.
For reference, I got lots of useful info in a blog, starting here: h**p/javarevisited.blogspot.gr/2011/06/noclassdeffounderror-exception-in.html
Fascinating subject this bytecode manipulation. And the BytecodeViewer is a joy to use. I'm glad I looked into it.
Much appreciated for all help.