开发者

error creating jar file [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Clos开发者_Python百科ed 9 years ago.

when I run my java project in eclipse by run main method it work properly.but when I create an executable jar file from that and run it, it didn't work properly.what is the reason for that.there is no error massages. my application is a swing application. in interface of the application has images.when I create the jar file and run it.some images are not loading.please help me.


You probably didn't create the correct manifest file to add to your JAR. You need to specify what the main class is and what the classpath will be.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜