什么是“Java 错误。格式无效”?
我已经在J2me中制作了自己的应用程序到我的手机上。该应用程序的先前版本运行良好。但现在(在对源代码进行了一些更改之后),当我将此应用程序复制到我的手机(Smasung gt-s7550)时,我得到:Java 错误。格式无效
并且应用程序无法启动。 你知道这意味着什么吗?
I have made my own application in J2me to my mobile phone. The previous versions of this application works perfectly. But now (after a few changes in source code), when I copy this appplication to my mobile phone (Smasung gt-s7550) I get: Java error. Invalid format
and the application doesn't start.
Do you know what it means?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无效格式可能意味着各种不同的事情。如果没有看到任何代码,我的猜测是缺少分号或类似的东西。
invalid format can mean all kinds of different things. Without seeing any code, my guess would be a missing semi-colon or something to that effect.