The eclipse colorer plugin doesn't work with amd64
gtk64 version of eclipse. It is unable to use the
native library libnet_sf_colorer.so
I've been able to recompile the cpp code and build a
64bit version of the native library and it loads but
then the call to init() fails with ...
This is from the ColorerDemo.sh (modified to use 3.0.1
gtk64)
Exception in thread "main"
java.lang.UnsatisfiedLinkError: init
at net.sf.colorer.ParserFactory.init(Native Method)
at
net.sf.colorer.ParserFactory.<init>(ParserFactory.java:20)
at
net.sf.colorer.swt.ColorerDemo.createStyledText(ColorerDemo.java:83)
at
net.sf.colorer.swt.ColorerDemo.open(ColorerDemo.java:193)
at
net.sf.colorer.swt.ColorerDemo.main(ColorerDemo.java:202)
Logged In: YES
user_id=313042
java.lang.UnsatisfiedLinkError means that java vm can't find .
so dynamic library to link with java code. perhaps you didn't
placed it into java library path.
This seems to be a configuration issue, closing for now.