JDK: starting in mustang b57 how to reproduce: =================== sample 1: sr1-usca-02:/net/jre.sfbay/p/v08/jdk/6.0/ea/b57/binaries/solaris-sparc/bin 258 % ./javac -Xprint abc error: compiler message file broken: key=compiler.err.cant.find.class arguments=abc, {1}, {2}, {3}, {4}, {5}, {6}, {7}1 error sample 2: sr1-usca-02:/home/chien/tools/test/6.0/options/save/argfile 247 % /home/chien/jdk/mustang/b57/jdk1.6.0/bin/javac -cp . -processorpath ./option.jar -processor OptionCheck -sourcepath ./ ./Marked.java -Afoo -Abar -A foo error: compiler message file broken: key=compiler.err.cant.find.class arguments=foo, {1}, {2}, {3}, {4}, {5}, {6}, {7} 1 error
|