Hi Marc, That will be fine. All this article is getting at is that if you have some need to change the JSP compiler from jikes to something else, you need to follow those specific steps to do so. I'm using the 1.3 JDK and have successfully run JSPs using both jikes and jdk1.3/bin/javac. Good luck! Skip -----Original Message----- From: Marc Garrett [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 7:48 AM To: JRun-Talk Subject: JRun and javac [was Exception Handling] Per Allaire KB 16311 I changed my compiler from jikes to javac manually. The line in global.properties that the article suggests is: jsp.jikes.compiler=C:/jdk1.2.2/bin/javac -nowarn -classpath %c -d %d %f I have JDK 1.3 installed and thus entered: jsp.jikes.compiler=C:/jdk1.3/bin/javac -nowarn -classpath %c -d %d %f Should that make any difference? Is the javac compiler that ships with JDK 1.3 the same as 1.2.2? Thanks for any assitance, Marc Garrett ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
