J2ME preverify step?
Does the run/debug process in Idea (3089) in a J2ME project go through the preverify step? I see no options for configuring this. I am getting an error like this:
Error verifying method.... myMainMethod ]]>...
Inconsistent or missing stackmap at target.
From searching around it seems likely this is to do with preverification, although I am very new to this so I could be barking up the wrong tree entirely.
Please sign in to leave a comment.
Hi,
there is no settings for preverifying now. Vote, please, if you think that
such settings are usefull. (I was thinking about settings like command line
options -cldc, nofp, etc.)
The preverifying process is a part of compilation. So if you run/debug
existing suit you have to set the same MobileSDK as the MobileSDK with which
your suit was built.
Please, comment if something goes wrong anyway.
Thank you.
--
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
"Daniel Dorosz" <no_mail@jetbrains.com> wrote in message
news:15281837.1100105347409.JavaMail.itn@is.intellij.net...
preverify step? I see no options for configuring this. I am getting an error
like this:
>
>
although I am very new to this so I could be barking up the wrong tree
entirely.