mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
7 lines
275 B
Batchfile
Executable File
7 lines
275 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;c:\winnt\system32\qtjava.zip;c:\windows\system32\qtjava.zip PdeBase
|