This content has been marked as final.
Show 3 replies
-
1. Re: Using Javassist on J2ME MIDlets
marcilgen Jan 2, 2008 6:46 PM (in response to marcilgen)No one out there has experience with javassist on MIDlets?
-
2. Re: Using Javassist on J2ME MIDlets
skarzhevskyy Mar 2, 2008 5:16 PM (in response to marcilgen)In fact we do allot of work on the subject.
See projects.
http://jour.sourceforge.net/ and http://pyx4me.com/pyx4me-cldcunit/
complete example of what we do here:
http://pyx4me.com/pyx4me-maven-plugins/j2me-maven-plugin/instrumentation.html -
3. Re: Using Javassist on J2ME MIDlets
handler Nov 26, 2008 8:52 AM (in response to marcilgen)Hi,i want to ask u about maven plugin for javassist.where is the file(plugin)&how to use it?i currently tried to insert code in startApp method(just using WTK,jdk&javassist) and it works,but when i run it(the injected class) from WTK,it says:error verifying method......bad arguments on stack for method call.any idea to fix it?
I'm using insertBefore to inject the code.