0

I am using NetBeans 7 and I am trying to run a wizard in it.

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 ?

Nigel Thomas
  • 1,793
  • 6
  • 29
  • 49

1 Answers1

1

I haven't really tried it, but make sure whatever library has spring-instrument.jar gets added to your project, like they show here. Also, you could go though the NetBeans Wizard Module Tutorial to see if you left any steps out.

Community
  • 1
  • 1
Catalina Island
  • 6,905
  • 2
  • 22
  • 41