[go: up one dir, main page]

Menu

#61 Unable to use with gtk64 version of eclipse

colorer-take5
closed-invalid
5
2004-10-28
2004-10-25
Anonymous
No

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)

Discussion

  • Igor Russkih

    Igor Russkih - 2004-10-28
    • status: open --> closed
     
  • Igor Russkih

    Igor Russkih - 2004-10-28

    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.

     
  • Igor Russkih

    Igor Russkih - 2004-10-28
    • milestone: --> colorer-take5
    • assigned_to: nobody --> lomecb
    • status: closed --> closed-invalid
     

Log in to post a comment.