< prev index next >

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

Print this page




1275 # 0: path
1276 compiler.err.locn.cant.read.directory=\
1277     cannot read directory {0}
1278 
1279 # 0: path
1280 compiler.err.locn.cant.read.file=\
1281     cannot read file {0}
1282 
1283 # 0: path
1284 compiler.err.locn.cant.get.module.name.for.jar=\
1285     cannot determine module name for {0}
1286 
1287 # 0: path
1288 compiler.err.multi-module.outdir.cannot.be.exploded.module=\
1289     in multi-module mode, the output directory cannot be an exploded module: {0}
1290 
1291 # 0: path
1292 compiler.warn.outdir.is.in.exploded.module=\
1293     the output directory is within an exploded module: {0}
1294 
1295 # 0: path
1296 compiler.err.locn.module-info.not.allowed.on.patch.path=\
1297     module-info.class not allowed on patch path: {0}
1298 
1299 # 0: string
1300 compiler.err.locn.invalid.arg.for.xpatch=\
1301     invalid argument for --patch-module option: {0}
1302 
1303 #####
1304 
1305 # Fatal Errors
1306 
1307 compiler.misc.fatal.err.no.java.lang=\
1308     Fatal Error: Unable to find package java.lang in classpath or bootclasspath
1309 
1310 compiler.misc.fatal.err.cant.locate.meth=\
1311     Fatal Error: Unable to find method {0}
1312 
1313 compiler.misc.fatal.err.cant.locate.field=\
1314     Fatal Error: Unable to find field {0}
1315 


2941 # 0: name, 1: name
2942 compiler.err.module.name.mismatch=\
2943     module name {0} does not match expected name {1}
2944 
2945 # 0: name, 1: name
2946 compiler.misc.module.name.mismatch=\
2947     module name {0} does not match expected name {1}
2948 
2949 # 0: name
2950 compiler.err.module.non.zero.opens=\
2951     open module {0} has non-zero opens_count
2952 
2953 # 0: name
2954 compiler.misc.module.non.zero.opens=\
2955     open module {0} has non-zero opens_count
2956 
2957 compiler.err.module.decl.sb.in.module-info.java=\
2958     module declarations should be in a file named module-info.java
2959 
2960 compiler.err.module-info.with.patched.module.sourcepath=\
2961     compiling a patch module with module-info on sourcepath
2962 
2963 compiler.err.module-info.with.patched.module.classpath=\
2964     compiling a patch module with module-info on classpath
2965 
2966 # 0: set of string
2967 compiler.err.too.many.patched.modules=\
2968     too many patched modules ({0}), use --module-source-path
2969 

2970 compiler.err.file.patched.and.msp=\
2971     file accessible from both --module-source-path and --patch-module

2972 
2973 compiler.err.processorpath.no.processormodulepath=\
2974     illegal combination of -processorpath and --processor-module-path
2975 
2976 # 0: symbol
2977 compiler.err.package.in.other.module=\
2978     package exists in another module: {0}
2979 
2980 # 0: symbol, 1: name, 2: symbol, 3: symbol
2981 compiler.err.package.clash.from.requires=\
2982     module {0} reads package {1} from both {2} and {3}
2983 
2984 # 0: string
2985 compiler.err.module.not.found.in.module.source.path=\
2986     module {0} not found in module source path
2987 
2988 compiler.err.output.dir.must.be.specified.with.dash.m.option=\
2989     class output directory must be specified if -m option is used
2990 
2991 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\




1275 # 0: path
1276 compiler.err.locn.cant.read.directory=\
1277     cannot read directory {0}
1278 
1279 # 0: path
1280 compiler.err.locn.cant.read.file=\
1281     cannot read file {0}
1282 
1283 # 0: path
1284 compiler.err.locn.cant.get.module.name.for.jar=\
1285     cannot determine module name for {0}
1286 
1287 # 0: path
1288 compiler.err.multi-module.outdir.cannot.be.exploded.module=\
1289     in multi-module mode, the output directory cannot be an exploded module: {0}
1290 
1291 # 0: path
1292 compiler.warn.outdir.is.in.exploded.module=\
1293     the output directory is within an exploded module: {0}
1294 
1295 # 0: file object
1296 compiler.err.locn.module-info.not.allowed.on.patch.path=\
1297     module-info.class not allowed on patch path: {0}
1298 
1299 # 0: string
1300 compiler.err.locn.invalid.arg.for.xpatch=\
1301     invalid argument for --patch-module option: {0}
1302 
1303 #####
1304 
1305 # Fatal Errors
1306 
1307 compiler.misc.fatal.err.no.java.lang=\
1308     Fatal Error: Unable to find package java.lang in classpath or bootclasspath
1309 
1310 compiler.misc.fatal.err.cant.locate.meth=\
1311     Fatal Error: Unable to find method {0}
1312 
1313 compiler.misc.fatal.err.cant.locate.field=\
1314     Fatal Error: Unable to find field {0}
1315 


2941 # 0: name, 1: name
2942 compiler.err.module.name.mismatch=\
2943     module name {0} does not match expected name {1}
2944 
2945 # 0: name, 1: name
2946 compiler.misc.module.name.mismatch=\
2947     module name {0} does not match expected name {1}
2948 
2949 # 0: name
2950 compiler.err.module.non.zero.opens=\
2951     open module {0} has non-zero opens_count
2952 
2953 # 0: name
2954 compiler.misc.module.non.zero.opens=\
2955     open module {0} has non-zero opens_count
2956 
2957 compiler.err.module.decl.sb.in.module-info.java=\
2958     module declarations should be in a file named module-info.java
2959 
2960 compiler.err.module-info.with.patched.module.sourcepath=\
2961     compiling a module patch with module-info on sourcepath
2962 
2963 compiler.err.module-info.with.patched.module.classoutput=\
2964     compiling a module patch with module-info on class output
2965 
2966 # 0: set of string
2967 compiler.err.too.many.patched.modules=\
2968     too many patched modules ({0}), use --module-source-path
2969 
2970 # 0: name, 1: name
2971 compiler.err.file.patched.and.msp=\
2972     file accessible from both --patch-module and --module-source-path, \
2973     but belongs to a different module on each path: {0}, {1}
2974 
2975 compiler.err.processorpath.no.processormodulepath=\
2976     illegal combination of -processorpath and --processor-module-path
2977 
2978 # 0: symbol
2979 compiler.err.package.in.other.module=\
2980     package exists in another module: {0}
2981 
2982 # 0: symbol, 1: name, 2: symbol, 3: symbol
2983 compiler.err.package.clash.from.requires=\
2984     module {0} reads package {1} from both {2} and {3}
2985 
2986 # 0: string
2987 compiler.err.module.not.found.in.module.source.path=\
2988     module {0} not found in module source path
2989 
2990 compiler.err.output.dir.must.be.specified.with.dash.m.option=\
2991     class output directory must be specified if -m option is used
2992 
2993 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\


< prev index next >