home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F25795_Languages.properties < prev    next >
Text File  |  1999-11-10  |  1KB  |  24 lines

  1. # List of script types and their associated scripting engines
  2. #
  3. # languageDescriptor = engineClass, ext1|ext2|... {, codebaseURL, ...}
  4. #
  5. # where exti are extensions for the language. Note that we leave 
  6. # all the engines enabled now and allow them to fail at load time.
  7. # This way engines can be added by just adding to the classpath 
  8. # without having to edit this file. Cheating, really, but it works.
  9. #
  10. javascript = com.ibm.bsf.engines.javascript.JavaScriptEngine, js
  11. jacl = com.ibm.bsf.engines.jacl.JaclEngine, jacl
  12. tcl = com.ibm.bsf.engines.tcl.TclEngine, tcl
  13. netrexx = com.ibm.bsf.engines.netrexx.NetRexxEngine, nrx
  14. java = com.ibm.bsf.engines.java.JavaEngine, java
  15. javaclass = com.ibm.bsf.engines.javaclass.JavaClassEngine, class
  16. bml = com.ibm.bsf.engines.bml.BMLEngine, bml
  17. vbscript = com.ibm.bsf.engines.activescript.ActiveScriptEngine, vbs
  18. jscript = com.ibm.bsf.engines.activescript.ActiveScriptEngine, jss
  19. perlscript = com.ibm.bsf.engines.activescript.ActiveScriptEngine, pls
  20. perl = com.ibm.bsf.engines.perl.PerlEngine, pl
  21. jpython = com.ibm.bsf.engines.jpython.JPythonEngine, py
  22. lotusxsl = com.ibm.bsf.engines.lotusxsl.LotusXSLEngine, xsl
  23. lotusscript = com.ibm.bsf.engines.lotusscript.LsEngine, lss
  24.