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

Reply via email to