< prev index next >

langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page




1205     cannot read file {0}
1206 
1207 # 0: path
1208 compiler.err.locn.cant.get.module.name.for.jar=\
1209     cannot determine module name for {0}
1210 
1211 # 0: path
1212 compiler.err.multi-module.outdir.cannot.be.exploded.module=\
1213     in multi-module mode, the output directory cannot be an exploded module: {0}
1214 
1215 # 0: path
1216 compiler.warn.outdir.is.in.exploded.module=\
1217     the output directory is within an exploded module: {0}
1218 
1219 # 0: path
1220 compiler.err.locn.module-info.not.allowed.on.patch.path=\
1221     module-info.class not allowed on patch path: {0}
1222 
1223 # 0: string
1224 compiler.err.locn.invalid.arg.for.xpatch=\
1225     invalid argument for -Xpatch option: {0}
1226 
1227 #####
1228 
1229 # Fatal Errors
1230 
1231 compiler.misc.fatal.err.no.java.lang=\
1232     Fatal Error: Unable to find package java.lang in classpath or bootclasspath
1233 
1234 compiler.misc.fatal.err.cant.locate.meth=\
1235     Fatal Error: Unable to find method {0}
1236 
1237 compiler.misc.fatal.err.cant.locate.field=\
1238     Fatal Error: Unable to find field {0}
1239 
1240 compiler.misc.fatal.err.cant.locate.ctor=\
1241     Fatal Error: Unable to find constructor for {0}
1242 
1243 compiler.misc.fatal.err.cant.close=\
1244     Fatal Error: Cannot close compiler resources
1245 




1205     cannot read file {0}
1206 
1207 # 0: path
1208 compiler.err.locn.cant.get.module.name.for.jar=\
1209     cannot determine module name for {0}
1210 
1211 # 0: path
1212 compiler.err.multi-module.outdir.cannot.be.exploded.module=\
1213     in multi-module mode, the output directory cannot be an exploded module: {0}
1214 
1215 # 0: path
1216 compiler.warn.outdir.is.in.exploded.module=\
1217     the output directory is within an exploded module: {0}
1218 
1219 # 0: path
1220 compiler.err.locn.module-info.not.allowed.on.patch.path=\
1221     module-info.class not allowed on patch path: {0}
1222 
1223 # 0: string
1224 compiler.err.locn.invalid.arg.for.xpatch=\
1225     invalid argument for --patch-module option: {0}
1226 
1227 #####
1228 
1229 # Fatal Errors
1230 
1231 compiler.misc.fatal.err.no.java.lang=\
1232     Fatal Error: Unable to find package java.lang in classpath or bootclasspath
1233 
1234 compiler.misc.fatal.err.cant.locate.meth=\
1235     Fatal Error: Unable to find method {0}
1236 
1237 compiler.misc.fatal.err.cant.locate.field=\
1238     Fatal Error: Unable to find field {0}
1239 
1240 compiler.misc.fatal.err.cant.locate.ctor=\
1241     Fatal Error: Unable to find constructor for {0}
1242 
1243 compiler.misc.fatal.err.cant.close=\
1244     Fatal Error: Cannot close compiler resources
1245 


< prev index next >