08-25-2010 12:24 AM
You might know my library "Bing for BlackBerry" at http://bbing.codeplex.com/. I recently got a new computer, moved the project's source over to the new computer and now I get a preverify error.
Message:
Error preverifying class bing.common.BingXMLDelegate
VERIFIER ERROR bing/common/BingXMLDelegate.<init>(Lnet/rim/device /api/i18n/ResourceBundle;Z)V:
Illegal type in constant pool
You can view the source code online but it worked before, any idea what might be going on?
Solved! Go to Solution.
08-25-2010 02:01 PM
Has anyone else had a "Illegal type..." error?
08-25-2010 11:41 PM
Nevermind, forgot to change Java compiler settings to 1.4 (default is 1.6). That fixed the problem.
03-03-2011 06:19 AM
Thanks! I had the same problem.