fixing dist scripts et al for new packages

This commit is contained in:
benfry
2005-04-16 20:37:59 +00:00
parent 01db632972
commit e7bd7d6d6d
5 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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