When installing the take 5 colorer plugin (either from
.zip file or using update URL in eclipse), installation
goes fine, but on restart of eclipse one gets the
following erorr message:
"Error in initialization of native part of the Colorer
library. This can be caused by absent
net_sf_colorer.dll (libnet_sf_colorer.so) library in
paths of java machine. Or, icolorer can't find
catalog.xml file, which must be placed in
'%PLUGIN_DIR%/colorer/catalog.xml'ParserFactoryException:
Can't find suitable catalog.xml file. Check your
program settings. "
The catalog.xml file *is* there.
For more info, I googled these pages with people having
the same issue:
http://www.eclipse-plugins.info/eclipse/plugin_comments.jsp?id=266
I am running SUSE Linux 9.1 with JDK 1.4.2 and Eclipse
3.0 and Colorer 0.6
If there is anything I can do to help reproduce/fix the
error, don't hesitate to ask.
Logged In: YES
user_id=313042
Known issue, to resolve create
.colorer5catalog in your home and put there full path to the
catalog.xml
Logged In: YES
user_id=480227
Fair enough, that does work, but shouldn't it be documented
as part of the installation procedure on Linux? Or, better
yet, fixed properly so one can download and install it from
inside eclipse and not have to do any extra configuration?