On Tue, Mar 15, 2005 at 06:16:18PM +0100, Wolfgang Baer wrote: > Package: tomcat4 > Severity: normal > > Hi, > > I just saw (by accident :-) ) that /etc/init.d/tomcat4 > defines kjc as compiler if JAVA_HOME is set to kaffe. > > The kaffe version in unstable has the kjc compiler removed > due to a license issue (as far as I remember). > > The section is at line 70: > > # Set the JSP compiler to if we are using Kaffe and it is not set > if [ -z "$JSP_COMPILER" -a "$JAVA_HOME" = "/usr/lib/kaffe" ]; then > JSP_COMPILER=kjc > fi > > Maybe using jikes-kaffe instead ?
It needs to be jikes, not jikes-kaffe. Michael -- Java Trap: http://www.gnu.org/philosophy/java-trap.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

