Reputation: 167
I am using Eclipse Juno and Jre7
. I'm also using Java ME SDK 3.0
and I have tried Java ME 8.1
too.
I have all the JAR
files I need. The project works in a normal Java Project. But midlet
project is creating the problem. So, the problem is not with the JRE
or eclipse
. It has something to do with midlet
project. Could anyone tell me what could be the reason ? Is there a way to remove these errors ?
This is the error:
java.lang.String Error preverifying class java.lang.String
Upvotes: 0
Views: 347