--- build.properties.sample Tue Oct 8 13:45:57 2002 +++ build.properties.new.sample Tue Oct 8 13:47:19 2002 @@ -31,6 +31,11 @@ jnet.jar=${jsse.lib}/jnet.jar jsse.jar=${jsse.lib}/jsse.jar +# A JCE implementation (see http://java.sun.com/products/jce): +# Required to compile, only needed at runtime if you're using HTTPS. +jce.lib=${base.path}/Programs/sun/jce1.2.2/lib +jce.jar=${jce.lib}/jce1_2_2.jar + # The Servlet API (See http://java.sun.com/products/servlet) # Required to compile the test webapp. servlet.jar=${base.path}/jakarta-tomcat/lib/servlet.jar