Problem exporting the binaries in eclipse

Started by asad_asrar, October 07, 2013, 11:07:02 AM

Previous topic - Next topic

asad_asrar

Hi,
I am successful in compiling the NetXMS Management Console binaries in Eclipse Indigo 3.7. Whenever I run the code from eclipse by right clicking on core project-> run as-> eclipse application, everything works fine.
But whenever I export the binaries by right clicking on core project-> export-> eclipse product->then finish, I get an error message after the login screen of "java.lang.NULLPointerException" after the completion of exporting binaries.

Thanks in advance

Regards
Asad Asrar

Victor Kirhenshtein

Hi!

Are you using product specification (nxmc.product)? I'm not sure you can just export plugin as application. Also, check that plugins specified in your product configuration file are the same as in your run configuration in Eclipse.

Best regards,
Victor

asad_asrar

Yes I am using product specification (nxmc.product).

"I'm not sure you can just export plugin as application" which way do you use for creating binaries for Management Console.
As I am unable to find any runtime config file.