MCPcopy Index your code
hub / github.com/processing/processing / main

Method main

java/src/processing/mode/java/Commander.java:77–87  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

75
76
77 static public void main(String[] args) {
78 // Do this early so that error messages go to the console
79 Base.setCommandLine();
80 // init the platform so that prefs and other native code is ready to go
81 Platform.init();
82 // make sure a full JDK is installed
83 //Base.initRequirements();
84
85 // launch command line handler
86 new Commander(args);
87 }
88
89
90 public Commander(String[] args) {

Callers

nothing calls this directly

Calls 2

setCommandLineMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected