|
Lift Framework example source code file (liftsh.cmd)
The Lift Framework liftsh.cmd source code@echo off @REM Internal options, always specified set INTERNAL_OPTS=-Dfile.encoding=UTF-8 -Xss8M -Xmx1G -noverify -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512M @REM Default options, if nothing is specified set DEFAULT_OPTS=-Dsbt.intransitive=true if "%LIFTSH_OPTS%"=="" ( set LIFTSH_OPTS=%DEFAULT_OPTS% ) @REM Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java aways takes the last option when duplicate. java %INTERNAL_OPTS% %LIFTSH_OPTS% -jar "%~dp0\project\sbt-launch-0.7.7.jar" %* Other Lift Framework examples (source code examples)Here is a short list of links related to this Lift Framework liftsh.cmd source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.