NetXMS Support Forum

English Support => General Support => Topic started by: moseszero on October 25, 2011, 05:04:31 AM

Title: how to get java api sourcecode
Post by: moseszero on October 25, 2011, 05:04:31 AM
Er..my English is not that well,I've tried serching for java api source code,it seems that there is .class file only,can some friend offer me an access to the java api souce code,which should include base,client,client api?

thanks
sincerely
Title: Re: how to get java api sourcecode
Post by: Victor Kirhenshtein on October 25, 2011, 12:42:17 PM
Hi!

You can get them from subversion repository. Root of 1.1.x branch is http://svn.netxms.org/public/netxms/trunk (http://svn.netxms.org/public/netxms/trunk). If you wish to get just Java sources (this will include management console), you can use URL http://svn.netxms.org/public/netxms/trunk/src/java (http://svn.netxms.org/public/netxms/trunk/src/java). If you need sources from specific version, you can use URL in form http://svn.netxms.org/public/netxms/tags/version-x.y.z (for example, http://svn.netxms.org/public/netxms/tags/version-1.1.5 (http://svn.netxms.org/public/netxms/tags/version-1.1.5)).

Best regards,
Victor
Title: Re: how to get java api sourcecode
Post by: moseszero on October 26, 2011, 03:38:27 AM
Thank you!That will help a lot! ;D