home *** CD-ROM | disk | FTP | other *** search
/ Flower Master / fmCD.iso / pc / launcher.lax < prev    next >
Encoding:
LaunchAnywhere configuration  |  2002-12-12  |  3.3 KB  |  131 lines

  1. #   LaunchAnywhere (tm) Executable Properties File - Zero G Software, Inc.
  2.  
  3. #   LAX.APPLICATION.NAME
  4. #   --------------------
  5. #   the default name of this executable -- do not edit
  6.  
  7. lax.application.name=autorun.exe
  8.  
  9.  
  10. #   LAX.CLASS.PATH
  11. #   --------------
  12. #   the Java classpath necessary to run this application
  13. #   Can be separated by colons (Mac OS/Unix) or semicolons (Windows)
  14.  
  15. lax.class.path=autorun/lax.jar;autorun.jar;autorun/jdom.jar;autorun/xerces.jar;autorun/jlfgr-1_0.jar
  16.  
  17.  
  18. #   LAX.COMMAND.LINE.ARGS
  19. #   ---------------------
  20. #   what will be passed to the main method -- be sure to quote arguments with spaces in them
  21.  
  22. lax.command.line.args=$CMD_LINE_ARGUMENTS$
  23.  
  24.  
  25. #   LAX.DIR
  26. #   -------
  27. #   path to directory holding LaunchAnywhere's native launcher
  28.  
  29. #lax.dir=C:\\Program Files\\Flower Master\\bin\\
  30.  
  31.  
  32. #   LAX.MAIN.CLASS
  33. #   --------------
  34. #   the class that contains the main method for the application
  35.  
  36. lax.main.class=com.jdc.components.autorun.AutoRun
  37.  
  38.  
  39. #   LAX.MAIN.METHOD
  40. #   ---------------
  41. #   the method in the main class that will be invoked
  42.  
  43. lax.main.method=main
  44.  
  45.  
  46. #   LAX.NL.CURRENT.VM
  47. #   -----------------
  48. #   the VM to use for the next launch
  49.  
  50. lax.nl.current.vm=autorun\\jre\\win\\bin\\java.exe
  51.  
  52.  
  53. #   LAX.NL.JAVA.LAUNCHER.MAIN.CLASS
  54. #   -------------------------------
  55. #   main class of LaunchAnywhere's java launcher -- do not adjust
  56.  
  57. lax.nl.java.launcher.main.class=com.zerog.lax.LAX
  58.  
  59.  
  60. #   LAX.NL.JAVA.LAUNCHER.MAIN.METHOD
  61. #   --------------------------------
  62. #   main method of LaunchAnywhere's java launcher -- do not adjust
  63.  
  64. lax.nl.java.launcher.main.method=main
  65.  
  66.  
  67. #   LAX.NL.VALID.VM.LIST
  68. #   --------------------
  69. #   a string containing one or more of [ ALL JDK JRE J1 J2 JRE_J1 JDK_J1 JRE_J2 JDK_J2 MSJ MRJ ]
  70. #    delimited by spaces or commas.  If the native launcher cannot find the current vm,
  71. #   it will search for ones in this list
  72.  
  73. lax.nl.valid.vm.list=J2 J1 MSJ MRJ
  74.  
  75.  
  76. #   LAX.NL.WIN32.MICROSOFTVM.MIN.VERSION
  77. #   ------------------------------------
  78. #   The minimum version of Microsoft's VM this application will run against
  79.  
  80. lax.nl.win32.microsoftvm.min.version=2750
  81.  
  82.  
  83. #   LAX.ROOT.INSTALL.DIR
  84. #   --------------------
  85. #   path to the installdir magic folder
  86.  
  87. lax.root.install.dir=C:\\Program Files\\Flower Master
  88.  
  89.  
  90. #   LAX.STDERR.REDIRECT
  91. #   -------------------
  92. #   leave blank for no input, "console" to read from the console window,
  93. #   and any path to a file to read from that file
  94.  
  95. lax.stderr.redirect=
  96.  
  97.  
  98. #   LAX.STDIN.REDIRECT
  99. #   ------------------
  100. #   leave blank for no input, "console" to read from the console window,
  101. #   and any path to a file to read from that file
  102.  
  103. lax.stdin.redirect=
  104.  
  105.  
  106. #   LAX.STDOUT.REDIRECT
  107. #   -------------------
  108. #   leave blank for no input, "console" to read from the console window,
  109. #   and any path to a file to read from that file
  110.  
  111. lax.stdout.redirect=
  112.  
  113.  
  114. #   LAX.USER.DIR
  115. #   ------------
  116. #   left blank, this property will cause the native launcher to not
  117. #   alter the platform default behavior for setting the user dir.
  118. #   To override this you may set this property to a relative or absolute path.
  119. #   Relative paths are relative to the launcher.
  120.  
  121. lax.user.dir=.
  122.  
  123.  
  124. #   LAX.VERSION
  125. #   -----------
  126. #   version of LaunchAnywhere that created this properties file
  127.  
  128. lax.version=5.0
  129.  
  130.  
  131.