NetXMS Support Forum

Development => General => Topic started by: Billy on September 09, 2012, 07:05:00 PM

Title: About Compling Result of Java Console 1.2.2
Post by: Billy on September 09, 2012, 07:05:00 PM
Hi, Victor:

    After I compiled the Java console 1.2.2, I tried to use the newest console, but when I created a new Network Map, I can not modify the background color of the new created map successfully (the default color is black), the printed screen picture is kept in the attachment for you.
   (because I do not have the "org.eclipse.core.resources-3.7.101*.jar", so I changed  "org.eclipse.core.resources;bundle-version="3.7.101"" to  "org.eclipse.core.resources;bundle-version="3.7.100"" to pass through compiling process. And I really don't know how this change will affect the result binary code.)


    But the network map's color of java console binary code downloaded from www.netxms.org is white and there is no button to modify the background color anyway, so I wonder whether the problem is due to the difference between my eclipse environment or jdk version and yours?

    the version of jdk I used is jdk1.7.0_02,
    and my eclipse version info is as follows:
   
    Eclipse SDK

Version: 3.7.1
Build id: M20110909-1335

(c) Copyright Eclipse contributors and others 2000, 2011.  All rights reserved.
Visit http://www.eclipse.org/platform

Please give me some advice, thank you very much!
Title: Re: About Compling Result of Java Console 1.2.2
Post by: Victor Kirhenshtein on September 10, 2012, 05:39:46 PM
Hi!

Configurable background colors introduced only in 1.2.3. At one point there was a bug which resets background color to black. It is fixed now. Looks like you get svn version instead of 1.2.2 release.

Best regards,
Victor
Title: Re: About Compling Result of Java Console 1.2.2
Post by: Billy on September 11, 2012, 06:21:22 AM
Thank you! I'll try 1.2.2 again.