Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Javassist problem
#5
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**pFacelineside/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.
Reply
 


Messages In This Thread
Javassist problem - by roocoon - 05-24-2015, 10:03 PM
RE: Javassist problem - by Bibl - 05-25-2015, 10:32 AM
RE: Javassist problem - by roocoon - 05-25-2015, 02:58 PM
RE: Javassist problem - by Bibl - 05-25-2015, 09:47 PM
RE: Javassist problem - by roocoon - 05-25-2015, 11:11 PM
RE: Javassist problem - by Bibl - 05-26-2015, 08:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website