File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
common/src/main/java/org/apache/catalina/startup Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1- package org .apache .catalina .startup ;
2-
3- /**
4- * @author threedr3am
5- */
6- public class Catalina {
7- static {
8- try {
9- System .out .println ("run Calc..." );
10- Runtime .getRuntime ().exec ("/System/Applications/Calculator.app/Contents/MacOS/Calculator" );
11- } catch (Throwable e ) {
12- e .printStackTrace ();
13- }
14- }
15- }
1+ // package org.apache.catalina.startup;
2+ //
3+ /// **
4+ // * @author threedr3am
5+ // */
6+ // public class Catalina {
7+ // static {
8+ // try {
9+ // System.out.println("run Calc...");
10+ // Runtime.getRuntime().exec("/System/Applications/Calculator.app/Contents/MacOS/Calculator");
11+ // } catch (Throwable e) {
12+ // e.printStackTrace();
13+ // }
14+ // }
15+ // }
You can’t perform that action at this time.
0 commit comments