简体   繁体   English

尝试在NetBeans中运行向导模块时出错

[英]Error while trying to run a wizard module in netbeans

I am using NetBeans 7 and I am trying to run a wizard in it. 我正在使用NetBeans 7,并且试图在其中运行向导。

The build of the module worked fine, but while trying to run it is showing some error as shown below: 该模块的构建工作正常,但是在尝试运行时却显示出一些错误,如下所示:

Error opening zip file or JAR manifest missing : ./build_files/spring-instrument.jar

Error occurred during initialization of VM

agent library failed to init: instrument

Why is this happening ? 为什么会这样呢?

I haven't really tried it, but make sure whatever library has spring-instrument.jar gets added to your project, like they show here . 我还没有真正尝试过,但是请确保将任何带有spring-instrument.jar库添加到您的项目中,就像它们在此处所示 Also, you could go though the NetBeans Wizard Module Tutorial to see if you left any steps out. 另外,您可以浏览《 NetBeans向导模块教程》,以了解是否遗漏了任何步骤。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM