mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Initial Arduino IDE based on Processing.
This commit is contained in:
9
build/macosx/run.sh
Executable file
9
build/macosx/run.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
CLASSPATH=:lib:lib/build:lib/pde.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar
|
||||
|
||||
export CLASSPATH
|
||||
|
||||
cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base
|
||||
#./work/Arduino.app/Contents/MacOS/JavaApplicationStub
|
||||
|
Reference in New Issue
Block a user