[Java-gnome-developer] RE: Java gtk does not work anymore after gentoo update
Brought to you by:
afcowie
From: Ralph H. <ra...@gm...> - 2005-03-09 07:25:33
|
Am Dienstag, den 08.03.2005, 16:33 -0500 schrieb Jeff Morgan: Hi, first, Sorry for my bad english! Have a different problem with the example: My Makefile: ------------------------------------------- # Set Java compiler and runtime #JAVAC=javac JAVAC=gcj -C #JAVA=java JAVA=gij GCJ=gcj # Edit these variables, include only the jars you use INCLUDES=/usr/share/java-gnome/lib/gtk2.4.jar:/usr/share/java-gnome/lib/gnome2.8.jar:/usr/share/java-gnome/lib/glade2.8.jar LIBS=-lgtkjar2.4 -lgnomejar2.8 -lgladejar2.8 LIBPATH=/usr/lib FILES=Example.java MAIN=Example TARGET=Example ------------------------------------------- i run "make native" , then i have a binary Example. Then i run ./Example The Problem is this Error... libgcj failure: Duplicate class registration: java.lang.Class Ralph -- Ralph Henneberger <ra...@gm...> |