Home | History | Annotate | Download | only in tools

Lines Matching full:system

21         System.err.print(
37 System.err.println("*** Usage error ***");
39 System.exit(3);
47 System.exit(0);
63 System.out.println("Reading javap file " + infile + "...");
65 System.out.println("Finished.");
70 System.err.println("Reading index file " + infile + "...");
72 System.err.println("Finished.");
77 System.err.println("Reading class file " + infile + "...");
79 System.err.println("Finished.");
87 System.err.println("Writing index file to standard output...");
88 IndexFileWriter.write(theScene, new OutputStreamWriter(System.out));
89 System.err.println("Finished.");
99 System.err.println("Writing index file to " + outfile + "...");
101 System.err.println("Finished.");
107 System.err.println("Overwrite mode enabled.");
123 System.err.println("Reading original class file " + origfile);
124 System.err.println("and writing annotated version to " + outfile + "...");
126 System.err.println("Finished.");
128 System.err.println("Rewriting class file " + origfile + " with annotations...");
130 System.err.println("Finished.");
138 e.printStackTrace(System.err);
139 System.exit(1);
141 e.printStackTrace(System.err);
142 System.exit(2);
144 e.printStackTrace(System.err);
145 System.exit(1);
147 System.exit(0);