# LaunchAnywhere (tm) Executable Properties File - Zero G Software, Inc. # LAX.APPLICATION.NAME # -------------------- # name given the launcher in console windows lax.application.name=AcrobatViewer # LAX.CLASS.PATH # -------------- # the Java classpath necessary to run this application # Can be separated by colons or semicolons lax.class.path=acrobat.jar:lax.jar # LAX.COMMAND.LINE.ARGS # --------------------- # what will be passed to the main method -- be sure to quote arguments with spaces in them lax.command.line.args= # LAX.DIR # ------- # path to directory holding LaunchAnywhere's native launcher lax.dir=/usr/local/share/java/AdobeAcrobatViewer/ # LAX.MAIN.CLASS # -------------- # the class that contains the main method for the application lax.main.class=com.adobe.acrobat.Viewer # LAX.MAIN.METHOD # --------------- # the method in the main class that will be invoked lax.main.method=main # LAX.NL.CURRENT.VM # ----------------- # the VM to use for the next launch lax.nl.current.vm=/usr/local/bin/javavm lax.nl.java.compiler= # LAX.NL.JAVA.LAUNCHER.MAIN.CLASS # ------------------------------- # main class of LaunchAnywhere's java launcher -- do not adjust lax.nl.java.launcher.main.class=com.zerog.lax.LAX # LAX.NL.JAVA.LAUNCHER.MAIN.METHOD # -------------------------------- # main method of LaunchAnywhere's java launcher -- do not adjust lax.nl.java.launcher.main.method=main # LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.INITIAL # ------------------------------------------ # 32M lax.nl.java.option.java.heap.size.initial =33554432 # LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.MAX # ------------------------------------- lax.nl.java.option.java.heap.size.max=134217728 # LAX.NL.MESSAGE.VM.NOT.LOADED # ---------------------------- # text to show the user in a dialog if NO VM can be found. lax.nl.message.vm.not.loaded= # LAX.NL.VALID.VM.LIST # -------------------- # a string containing one or more of JDK JRE MSJ MRJ delimited by spaces or commas. # if the native launcher cannot find the current vm, # it will search for ones in this list lax.nl.valid.vm.list=JDK JRE MSJ MRJ # LAX.NL.WIN32.MICROSOFTVM.MIN.VERSION # ------------------------------------ # The minimum version of Microsoft's VM this launcher will run with lax.nl.win32.microsoftvm.min.version=3169 # LAX.ROOT.INSTALL.DIR # -------------------- # path to the installdir magic folder lax.root.install.dir=/usr/local/share/java/AdobeAcrobatViewer # LAX.STDERR.REDIRECT # ------------------- # leave blank for no output, "console" to send to a console window, # and any path to a file to save to a file lax.stderr.redirect= # LAX.STDOUT.REDIRECT # ------------------- # leave blank for no output, "console" to send to a console window, # and any any path to a file to save to a file lax.stdout.redirect= # LAX.USER.DIR # ------------ # left blank, this property will cause the native launcher to not # alter the platform default behavior for setting the user dir. # To override this you may set this property to a relative or absolute path. # Relative paths are relative to the launcher. lax.user.dir=. # LAX.VERSION # ----------- # version of LaunchAnywhere that created this properties file lax.version=2.5