Created
January 23, 2020 13:25
-
-
Save funkyboy/235bf600ac860fc022c758e5d59d81fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" | |
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub | |
export JAVA_ARCHIVE_CLASSES=YES | |
export JAVA_ARCHIVE_TYPE=JAR | |
export JAVA_COMPILER=/usr/bin/javac | |
export JAVA_FOLDER_PATH=Timely.app/Java | |
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources | |
export JAVA_JAR_FLAGS=cv | |
export JAVA_SOURCE_SUBDIR=. | |
export JAVA_USE_DEPENDENCIES=YES | |
export JAVA_ZIP_FLAGS=-urg | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment