Re: [Java-gnome-developer] Problem with command ./configure
Brought to you by:
afcowie
From: Manu M. <man...@co...> - 2008-03-11 16:32:09
|
Andrew Cowie wrote: > $ ./configure jdk=/usr/lib/jvm/java-1.6.0-sun > > could work for you. Also if you don't want to use the Sun JDK; on a Debian/Ubuntu system you could install the "java-gcj-compat-dev" package (http://packages.debian.org/etch/java-gcj-compat-dev) and use the following command to configure: $ ./configure jdk=/usr/lib/jvm/java-gcj Regards, Manu |