Re: [Java-gnome-developer] Re: error: java.lang.reflect.InvocationTargetException: ListenerDelegate
Brought to you by:
afcowie
From: Nicholas R. <ni...@mn...> - 2005-03-24 08:08:07
|
Hi Olivier, I compared the Makefile you sent in the previous mail with one that i have used in the past and i found a couple of differences. Here's the "native" target from my Makefile: native: ${GCJ} --classpath=.:${INCLUDES} -L${JG_LIBDIR} -lgcj ${LIBS} --main=${MAIN} -o ${TARGET} ${FILES} I have an extra -L definition as well as the -lgcj. I don't actually use the native compile anymore, but if i remember correctly, the -lgcj part was important. My java-gnome libs are in a non-standard location so i think that was why i had the extra -L defined. hope this helps, nick On Wed, 2005-03-23 at 19:45 +0100, Olivier Evalet wrote: > If it can help you... My main desktop is on gentoo and all is working > perfectly with gcj . Unfortunately, on debian "sarge" I got the same > error with the same libs version: > java.lang.reflect.InvocationTargetException: ListenerDelegate.create failure > > Let me know if I can help on this debug ;) > > > gcj (GCC) 3.3.5 (Debian 1:3.3.5-8) > gcj (GCC) 3.3.5 (Gentoo Hardened Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) > > cheers, > Olivier > > |