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

前端 未结 3 1375
暗喜
暗喜 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条回答
  •  Happy的楠姐
    2021-01-27 05:12

    Well, I'm not sure why it was giving me that trouble, but I found a solution. The solution was to simply delete and then re-create the entire project from scratch, and then try compiling again. I'm guessing that NetBeans has updated the way they do manifest files or something like that with the different versions, and it was choking on the older version.

提交回复
热议问题