[Java-gnome-developer] Aboiut ZvtTerm
Brought to you by:
afcowie
From: Damien <da...@ca...> - 2001-08-27 15:47:16
|
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 |