svoid javaXStandalone_init() { getJavaXDirectly(); // forward to JavaX if arguments start with a program ID if (isInteger(first(args))) ret with call(javax(), 'goMain, new O[] {args}); call(javax(), 'initHelloMessage); callOnLoadMethods(mc()); call(javax(), 'redirectSystemOutAndErr); call(javax(), 'tryToOpenConsole, new S[0]); print("javax=" + javax()); }