NetXMS Support Forum

Development => Windows => Topic started by: asad_asrar on October 07, 2013, 11:07:02 AM

Title: Problem exporting the binaries in eclipse
Post by: asad_asrar on October 07, 2013, 11:07:02 AM
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
Title: Re: Problem exporting the binaries in eclipse
Post by: Victor Kirhenshtein on October 08, 2013, 12:06:27 PM
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
Title: Re: Problem exporting the binaries in eclipse
Post by: asad_asrar on October 28, 2013, 07:44:42 AM
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.