News:

We really need your input in this questionnaire

Main Menu

compiling problem(missing jar)

Started by Billy, March 06, 2011, 12:28:44 PM

Previous topic - Next topic

Billy

Hi, Victor,
    When i complie the java console, a lot of errors come out, most of which are jar dependence problem. It is a good news for us that you can put a list of the jar packages or the rar/tar archive needed by the compile environment.
   
   Best Regards.

Victor Kirhenshtein

Hi!

In addition to NetXMS client jars, which should be put in appropriate places by package.cmd script, you need simple-xml-2.4.1.jar, which should be put into src/java/netxms-eclipse/library/jar. Also, you need the following addons for Eclipse:

* Zest and Draw2D: http://download.eclipse.org/tools/gef/updates/releases
* Properties Editor: http://propedit.sourceforge.jp/eclipse/updates
* SWTCharts: http://www.swtchart.org/ (standalone download, extract into Eclipse plugin directory)
* "Target Management Terminal" from "Target Management Project 3.3". Update site: http://download.eclipse.org/tm/updates/3.3milestones/

Best regards,
Victor

Billy

#2
Hi, Victor,

    At first, thank you for your help.

    after all of the jars mentioned above installed, another related error has been detected:

"org.netxms.nebula.widgets.gallery", how to solve it? Please.

Best Regard,


Victor Kirhenshtein

Hi!

Sorry, forgot to mention. You have to add project located in src\java\nebula\org.netxms.nebula.widgets.gallery to workspace as well.

Best regards,
Victor

Billy

Thank you for you kindness, Victor.