mirror of
https://github.com/processing/processing4.git
synced 2026-05-05 18:36:09 +02:00
7 lines
215 B
Batchfile
Executable File
7 lines
215 B
Batchfile
Executable File
@echo off
|
|
|
|
REM --- if you need more ram, change the 64m (which means
|
|
REM --- 64 megabytes) to something higher.
|
|
|
|
java -ms64m -mx64m -cp lib;lib\build;lib\pde.jar;lib\kjc.jar;lib\oro.jar;lib\comm.jar PdeBase
|