src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 49822 53aae0c219e6
parent 49580 62b908c9f0e6
child 51040 e0bce2635ec5
equal deleted inserted replaced
49821:02c08e20d66c 49822:53aae0c219e6
   333 javac.opt.inherit_runtime_environment=\
   333 javac.opt.inherit_runtime_environment=\
   334     Inherit module system configuration options from the runtime environment.
   334     Inherit module system configuration options from the runtime environment.
   335 javac.opt.default.module.for.created.files=\
   335 javac.opt.default.module.for.created.files=\
   336     Fallback target module for files created by annotation processors, if none specified or inferred.
   336     Fallback target module for files created by annotation processors, if none specified or inferred.
   337 
   337 
   338 ## errors
       
   339 
       
   340 javac.err.empty.A.argument=\
       
   341     -A requires an argument; use ''-Akey'' or ''-Akey=value''
       
   342 javac.err.invalid.arg=\
       
   343     invalid argument: {0}
       
   344 javac.err.invalid.A.key=\
       
   345      key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
       
   346 javac.err.invalid.flag=\
       
   347     invalid flag: {0}
       
   348 javac.err.profile.bootclasspath.conflict=\
       
   349     profile and bootclasspath options cannot be used together
       
   350 javac.err.invalid.profile=\
       
   351     invalid profile: {0}
       
   352 javac.err.invalid.target=\
       
   353     invalid target release: {0}
       
   354 javac.err.option.not.allowed.with.target=\
       
   355     option {0} not allowed with target {1}
       
   356 javac.err.option.too.many=\
       
   357     option {0} can only be specified once
       
   358 javac.err.no.source.files=\
       
   359     no source files
       
   360 javac.err.no.source.files.classes=\
       
   361     no source files or class names
       
   362 javac.err.req.arg=\
       
   363     {0} requires an argument
       
   364 javac.err.invalid.source=\
       
   365     invalid source release: {0}
       
   366 javac.err.error.writing.file=\
       
   367     error writing {0}; {1}
       
   368 javac.err.sourcepath.modulesourcepath.conflict=\
       
   369     cannot specify both --source-path and --module-source-path
       
   370 javac.warn.source.target.conflict=\
       
   371     source release {0} requires target release {1}
       
   372 javac.warn.target.default.source.conflict=\
       
   373     target release {0} conflicts with default source release {1}
       
   374 javac.warn.profile.target.conflict=\
       
   375     profile {0} is not valid for target release {1}
       
   376 javac.err.preview.not.latest=\
       
   377     invalid source release {0} with --enable-preview\n\
       
   378     (preview language features are only supported for release {1})
       
   379 javac.err.preview.without.source.or.release=\
       
   380     --enable-preview must be used with either -source or --release
       
   381 javac.err.file.not.found=\
       
   382     file not found: {0}
       
   383 javac.err.file.not.directory=\
       
   384     not a directory: {0}
       
   385 javac.err.file.not.file=\
       
   386     not a file: {0}
       
   387 javac.err.two.class.loaders.1=\
       
   388     javac is split between multiple class loaders: check your configuration
       
   389 javac.err.two.class.loaders.2=\
       
   390     javac is split between multiple class loaders:\n\
       
   391     one class comes from file: {0}\n\
       
   392     while javac comes from {1}
       
   393 javac.err.bad.value.for.option=\
       
   394     bad value for {0} option: ''{1}''
       
   395 javac.err.no.value.for.option=\
       
   396     no value for {0} option
       
   397 javac.err.repeated.value.for.patch.module=\
       
   398     --patch-module specified more than once for {0}
       
   399 
       
   400 javac.err.unmatched.quote=\
       
   401     unmatched quote in environment variable %s
       
   402 
       
   403 ## messages
   338 ## messages
   404 
   339 
   405 javac.msg.usage.header=\
   340 javac.msg.usage.header=\
   406 Usage: {0} <options> <source files>\n\
   341 Usage: {0} <options> <source files>\n\
   407 where possible options include:
   342 where possible options include:
   435 \n\nThe system is out of resources.\n\
   370 \n\nThe system is out of resources.\n\
   436 Consult the following stack trace for details.\n
   371 Consult the following stack trace for details.\n
   437 
   372 
   438 javac.version={0} {1}
   373 javac.version={0} {1}
   439 javac.fullVersion={0} full version "{1}"
   374 javac.fullVersion={0} full version "{1}"
   440 
       
   441 javac.err.release.bootclasspath.conflict=\
       
   442     option {0} cannot be used together with --release
       
   443 
       
   444 javac.err.unsupported.release.version=\
       
   445     release version {0} not supported