I followed the instructions in this document http://metanav.uninett.no/installing_from_source_on_debian but I get this error when i make
make[1]: Entering directory `/home/administrator/nav-3.3.3/src' Building Util ... (cd Util && /usr/bin/ant ) && touch Util Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-1.4.2-gcj-4 .1-1.4.2.0/lib/tools.jar Buildfile: build.xml
init:
compile: [javac] Compiling 4 source files to /home/administrator/nav-3.3.3/src/Util/b uild
BUILD FAILED /home/administrator/nav-3.3.3/src/Util/build.xml:39: Unable to find a javac comp iler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK
Total time: 0 seconds make[1]: *** [Util] Error 1 make[1]: Leaving directory `/home/administrator/nav-3.3.3/src' make: *** [all] Error 1
What am I doing wrong?
Oddmund