简体   繁体   English

J2ME模拟器错误

[英]J2ME Emulator error

I have built mobile application that contain lots of pictures and videos 我建立了包含很多图片和视频的移动应用程序

the problem is everything In my code seems fine but I have this error when I run the emulator 问题是一切在我的代码中似乎都很好,但是运行模拟器时出现此错误

((The application can not be lunched . The application may have done an illegal operation . Contact the application provider to resolve the issue 139)) ((该应用程序不能吃午餐。该应用程序可能已执行了非法操作。请与应用程序提供商联系以解决问题139))

What does this error supposed to mean ?? 这个错误应该是什么意思?

I have reviewed my code 10 times , I couldn't find any error !! 我已经检查了十次代码,找不到任何错误!

unfortunately , I couldn't post my code here because it is very huge !! 不幸的是,我无法在这里发布代码,因为它非常庞大!

So , If you just tell me this error associated with with section in the program , that would be great ! 因此,如果您只告诉我与程序中的section相关的错误,那就太好了!

Thanks 谢谢

谢谢大家,我发现当类对象代表抽象类,接口,数组类,原始类型或void时发生此错误,并且错误地将我的类定义为abstract!

These kinds of error messages are often related to non-supported JAD/MANIFEST attributes. 这些类型的错误消息通常与不支持的JAD / MANIFEST属性有关。

Try removing all non-standard attributes from your JAD and MANIFEST. 尝试从JAD和MANIFEST中删除所有非标准属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM