Hi, I am wondering if anyone who uses SNAP mobile with Netbeans had this problem. When I am trying to compile "Hello World" sample application with obfuscation set to highest level I get the following error:
"Error preverifying class p
VERIFIER ERROR p.a(Ln;Lu;)Lcom/nokia/sm/util/StringTokenizer;:
Cannot find class com/nokia/sm/util/StringTokenizer"
However it does not happen when obfuscation level is set to one before it.
The only difference between Obfuscation level 8 and 9 is that level 8 overwrites "everything except public fields and methods of public classes" and level 9 overwrites "everything except method of MIDlet classes".
Any comments are welcome.



