Error compiling source file:
file:/usr/local/apache/htdocs/jsp/hello.jsp
sun.tools.javac.Main
If, I take a look in the log file, I can see that the compiler init arg shown is troncated an stop after the second ":". for exemple :
in the myzone.properties file, you can see something like :
compiler=builtin-javac -classpath %classpath%:/usr/acesame/JServ/acesame:/usr/acesame/acesame.jar:%scratchdir% -d %scratchdir% -deprecation %source%
in the log file, you can see :
compiler=builtin-javac -classpath %classpath%:/usr/acesame/JServ/acesame
Perhaps it's the source of my problem ?
Does anybody know ?
Thanks,
Fred