# # Page Compiler properties # # For specifying the compiler to use: # # Specify the page compiler (blank uses internal compiler) # # Special characters: # %f filename # %c classpath (java classpath to use # %d codepath (where to place compiled class files) # # For example: # # compiler=javac -nowarn -classpath %c -d %d %f # or # compiler=jvc /nowarn /nologo /cp:p %c /d %d %f # checkseconds=5 nocache=true checkextends=false encoding= checkjsa=false