Changes between Version 16 and Version 17 of Doc/SCDB/Eclipse


Ignore:
Timestamp:
Dec 28, 2007, 12:24:27 PM (18 years ago)
Author:
/C=BE/O=BEGRID/OU=VUB/OU=IIHE/CN=Stijn De Weirdt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Eclipse

    v16 v17  
    6363and associate the Colorer Editor with it.
    6464
     65
    6566For the new Colorer configuration to be taken into account, you need to restart Eclipse.
     67
     68If you run into an error message like {{{Error in initialization of native part of the Colorer library}}}, this might mean 2 things
     69 * colorer can't find the catalog.xml file
     70  * this shouldn't happen by default setup
     71  * some explanation where it looks for by default (http://colorer.sourceforge.net/api/classParserFactory.html)
     72 * it can't load the libnet_sf_colorer library
     73  * it can't find it
     74   * this shouldn't happen by default setup
     75  * the library is built against code that is not on your system
     76   * linux
     77    * locate the file (typically in {{{$ECLIPSE_HOME/plugins/net.sf.colorer_x.y.z/os/linux/x86/}}}
     78    * runn ldd $PATH_TO_DIR/libnet_sf_colorer.so
     79    * see if you have everything
     80     * eg on FC8, you need to install an additional rpm called {{{compat-libstdc++-33}}}
     81
    6682
    6783=== Sunshade ===