I just set up my Java environement by reading the Java Gentoo environement.
I installed Blackdown-jdk since some applications seem to need it, then sun-jdk and I set sun's one as default one. I installed Tomcat and ANT plus some other applications, and I added them all to CLASSPATH with java-config.
I tried to compile my friend's program (which actually works on a properly set system) but here I have the following error:
Code: Select all
file:/home/erwan/Research/Implementation/dist/build.xml:147: taskdef class org.apache.catalina.ant.InstallTask cannot be found

