Lines Matching refs:program
8 other program after you have done the following:
53 You, too, need the little program after the script. Compile like
57 Both the javawrapper shellscript and the javaclassname program
158 * This program is free software; you can redistribute it and/or modify
163 * This program is distributed in the hope that it will be useful,
169 * along with this program; if not, write to the Free Software
197 #define seek_error() error("%s: Cannot seek\n", program)
198 #define corrupt_error() error("%s: Class file corrupt\n", program)
199 #define eof_error() error("%s: Unexpected end of file\n", program)
200 #define utf8_error() error("%s: Only ASCII 1-255 supported\n", program);
202 char *program;
290 program = argv[0];
293 error("%s: Missing input file\n", program);
296 error("%s: Error opening %s\n", program, argv[1]);
303 error("%s: Out of memory for constant pool\n", program);
365 To add a Java program to your path best put a symbolic link to the main