diff -r 09e0b33177af -r 05940e71b36b jaxws/build.properties --- a/jaxws/build.properties Wed Jul 05 17:03:05 2017 +0200 +++ b/jaxws/build.properties Wed Nov 11 11:19:10 2009 -0800 @@ -34,6 +34,10 @@ # one of the standard user build.properties files (see build.xml) javac.jar=${bootstrap.dir}/lib/javac.jar +# The tools.jar is needed in the classpath to compile these sources +jdk.home=${java.home}/.. +tools.jar=${jdk.home}/lib/tools.jar + # options for the <javac> tasks used to compile the tools javac.source = 7 javac.target = 7