Hi
I'm unable to use ZvtTerm. I get an "unresolved symbol
zvt_term_new_with_size". I looked in src/code/jni/glue/ and in ZvtTerm.c
the function is called Java_gnu_gnome_ZvtTerm_zvt_1term_1new_1with_1size
, the same thing in ZvtTerm.h . I tried removing the 1s and recompling
but I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
zvt_term_new_with_size
at gnu.gnome.ZvtTerm.zvt_term_new_with_size(Native Method)
at gnu.gnome.ZvtTerm.<init>(ZvtTerm.java:44)
at MultiShell.<init>(MultiShell.java:17)
at MultiShell.main(MultiShell.java:29)
Any idea what's wrong ?
Dam
|