由netbeans创建的JAR无法执行

由netbeans创建的JAR无法执行

本文介绍了由netbeans创建的JAR无法执行.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我构建了一个j2me应用程序,它可以运行.但是,当我要执行文件.Jar来制作应用程序的打印屏幕时,无法执行.jar文件.它使声音听起来像叮当"一样奇怪,而没有任何错误消息...

有人可以告诉我如何解决这个问题吗?

thx,
最好的问候..

i build an j2me application, it can run. but when i want to execute the file .Jar of it to make a print screen of the application, the .jar file can not be executed. it makes a sound strange like "bong" without any error message...

somebody can tell me how to solve this problem?

thx,
best regards..

推荐答案

culini写道:

我构建了一个j2me应用程序,它可以运行.

i build an j2me application, it can run.







culini写道:

但是当我要执行文件.Jar来制作应用程序的打印屏幕时,.jar文件不能被执行.

but when i want to execute the file .Jar of it to make a print screen of the application, the .jar file can not be executed.



如果程序运行,则应从jar文件中运行.当然,您使用的语法正确吗?



If the program runs then it should run from within a jar file. Are you using the correct syntax to start it?




这篇关于由netbeans创建的JAR无法执行.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 11:06