Lines Matching full:program
8 other program after you have done the following:
60 You, too, need the little program after the script. Compile like::
66 Both the javawrapper shellscript and the javaclassname program
171 * This program is free software; you can redistribute it and/or modify
176 * This program is distributed in the hope that it will be useful,
182 * along with this program; if not, write to the Free Software
210 #define seek_error() error("%s: Cannot seek\n", program)
211 #define corrupt_error() error("%s: Class file corrupt\n", program)
212 #define eof_error() error("%s: Unexpected end of file\n", program)
213 #define utf8_error() error("%s: Only ASCII 1-255 supported\n", program);
215 char *program;
303 program = argv[0];
306 error("%s: Missing input file\n", program);
309 error("%s: Error opening %s\n", program, argv[1]);
316 error("%s: Out of memory for constant pool\n", program);
378 To add a Java program to your path best put a symbolic link to the main