From e8b93fe6fee8fece8a2c2f0e137fa662107a3305 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 27 Jun 2006 00:40:34 +0000 Subject: [PATCH] updating the run script for 1.4.2 stuff --- build/macosx/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/macosx/run.sh b/build/macosx/run.sh index dabfd9910..a4155f97d 100755 --- a/build/macosx/run.sh +++ b/build/macosx/run.sh @@ -5,5 +5,5 @@ 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 && /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base