开发者

How to export my QtJambi project to .JAR file within Eclipse?

开发者 https://www.devze.com 2022-12-15 17:01 出处:网络
i am using Eclipse and i have a QtJambi project开发者_Go百科 which i would like to export in a .JAR file. I have tryed several times it never worked.

i am using Eclipse and i have a QtJambi project开发者_Go百科 which i would like to export in a .JAR file. I have tryed several times it never worked.

It worked for me on a Swing project, but with a QtJambi project, I dont know how to do it.

Here are the screenshots (maybe it can help you to understand my situation):

How to export my QtJambi project to .JAR file within Eclipse?

  • Export wizard (page 1)
  • Export wizard (page 3)

How to export my QtJambi project to .JAR file within Eclipse?

Thanks for helping me.


You didn't set a main class on the export (2nd page). So just running java -jar qt.jar isn't going to work since it has no clue what main(String[]) to invoke.

0

精彩评论

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

关注公众号