NetBeans is no longer generating a JAR file for code that it used to

前端 未结 3 1376
暗喜
暗喜 2021-01-27 04:52

Two years ago I wrote a simple upload applet using Java, developed using NetBeans. When I first hit \"Clean and Build\" back then, and for some time afterwards, it worked perfec

3条回答
  •  误落风尘
    2021-01-27 05:12

    Had the same problem with Netbeans 7.1 and a project started with Netbeans 7.0.1.
    When building the project, the the jar file was lacking some files, in my case the Main class. Recreating the project worked this out for me too. Thanks a lot!

提交回复
热议问题