langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 23790 0697e38017ec
parent 23133 a58476887b3d
child 23800 f7ffcfe938f2
equal deleted inserted replaced
23399:a7f649f8e860 23790:0697e38017ec
  1707 # 0: symbol, 1: message segment
  1707 # 0: symbol, 1: message segment
  1708 compiler.err.cant.access=\
  1708 compiler.err.cant.access=\
  1709     cannot access {0}\n\
  1709     cannot access {0}\n\
  1710     {1}
  1710     {1}
  1711 
  1711 
       
  1712 # 0: class name
       
  1713 compiler.misc.bad.class.file=\
       
  1714     class file is invalid for class {0}
       
  1715 
  1712 # 0: file name, 1: message segment
  1716 # 0: file name, 1: message segment
  1713 compiler.misc.bad.class.file.header=\
  1717 compiler.misc.bad.class.file.header=\
  1714     bad class file: {0}\n\
  1718     bad class file: {0}\n\
  1715     {1}\n\
  1719     {1}\n\
  1716     Please remove or make sure it appears in the correct subdirectory of the classpath.
  1720     Please remove or make sure it appears in the correct subdirectory of the classpath.