> Perhaps JAVA_HOME does not point to the JDK. > It is currently set to "/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre"
It seems you don't have only a JRE ( Java Runtime Edition ) installed ( it don't provide the javac compiler ). While you need to have a JDK ( Java Development Kit ) to build java applications. As you have a JRE provided by GCJ, you should install "java-gcj-compat-dev". ( but i'm not sure if the makefile is GCJ compat ) By the way you can install "sun-java6-jdk" as Philippe told. Philippe: to build tuxguitar under GCJ, the "build.compiler=gcj" ant flag must be setted. and plugins what need for a Sun java may not work (e.g: TuxGuitar-browser-ftp ). Regards, Julian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]