mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
fixing dist scripts et al for new packages
This commit is contained in:
3
build/linux/dist/processing
vendored
3
build/linux/dist/processing
vendored
@@ -9,5 +9,4 @@ export CLASSPATH
|
||||
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
|
||||
export PATH
|
||||
|
||||
#exec java/bin/java PdeBase
|
||||
java PdeBase
|
||||
java processing.app.Base
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<key>VMOptions</key>
|
||||
<string>-Xms128M -Xmx256M</string>
|
||||
<key>MainClass</key>
|
||||
<string>PdeBase</string>
|
||||
<string>processing.app.Base</string>
|
||||
<key>JVMVersion</key>
|
||||
<string>1.4+</string>
|
||||
<key>ClassPath</key>
|
||||
|
||||
@@ -6,4 +6,4 @@ CLASSPATH=/System/Library/Java/Extensions/QTJava.zip:lib:lib/build:lib/pde.jar:l
|
||||
export CLASSPATH
|
||||
|
||||
#cd work && /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java -Dcom.apple.macos.useScreenMenuBar=true PdeBase
|
||||
cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.PdeBase
|
||||
cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base
|
||||
|
||||
@@ -8,9 +8,8 @@
|
||||
// 2) if the user has a long path, and it gets copied five times over for the
|
||||
// classpath, the program runs the risk of crashing. Bad bad.
|
||||
|
||||
//#define JAVA_ARGS "-Xms64m -Xmx64m "
|
||||
#define JAVA_ARGS "-Xms128m -Xmx128m "
|
||||
#define JAVA_MAIN_CLASS "processing.app.PdeBase"
|
||||
#define JAVA_MAIN_CLASS "processing.app.Base"
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -34,5 +34,5 @@ CLASSPATH=\"java\\lib\\rt.jar\;lib\;lib\\build\;lib\\pde.jar\;lib\\core.jar\;lib
|
||||
export CLASSPATH
|
||||
|
||||
#cd work && ./java/bin/java -Xint PdeBase
|
||||
cd work && ./java/bin/java processing.app.PdeBase
|
||||
cd work && ./java/bin/java processing.app.Base
|
||||
#cd work && /cygdrive/c/jdk-1.3.1_11/bin/java PdeBase
|
||||
|
||||
Reference in New Issue
Block a user