mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
10 lines
284 B
Bash
Executable File
10 lines
284 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CLASSPATH=:lib:lib/build:lib/pde.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar:lib/RXTXcomm.jar
|
|
|
|
export CLASSPATH
|
|
|
|
cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base
|
|
#./work/Arduino.app/Contents/MacOS/JavaApplicationStub
|
|
|