Jump to content
We've recently updated our Privacy Statement, available here ×

Class extending OptionProcessor not working when running ireport.exe


erikd

Recommended Posts

I have created a class which extends OptionProcessor.  I have implemented both getOptions and process methods.  The class is located in the class files of an nbm plugin. I have added the complete clas name in the META-INF org.netbeans.spi.sendopts.OptionProcessor as a Service.

It works well when I debug my plugin from sources.  But when I install the plugin as nbm in ireport.exe, The class methods are not called eventhough I place the correct parameters in the command prompt.

How do I make the scenario above work?  Thanks!

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...