< prev index next >

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

Print this page

        

*** 2778,2791 **** compiler.err.module-info.with.xmodule.classpath=\ illegal combination of -Xmodule and module-info on classpath compiler.err.xmodule.no.module.sourcepath=\ ! illegal combination of -Xmodule and -modulesourcepath compiler.err.processorpath.no.processormodulepath=\ ! illegal combination of -processorpath and -processormodulepath # 0: symbol compiler.err.package.in.other.module=\ package exists in another module: {0} --- 2778,2791 ---- compiler.err.module-info.with.xmodule.classpath=\ illegal combination of -Xmodule and module-info on classpath compiler.err.xmodule.no.module.sourcepath=\ ! illegal combination of -Xmodule and --module-source-path compiler.err.processorpath.no.processormodulepath=\ ! illegal combination of -processorpath and --processor-module-path # 0: symbol compiler.err.package.in.other.module=\ package exists in another module: {0}
*** 2815,2840 **** compiler.err.duplicate.module.on.path=\ duplicate module on {0}\nmodule in {1} # 0: string compiler.err.xaddexports.malformed.entry=\ ! bad value for -XaddExports: {0} # 0: string compiler.err.xaddexports.too.many=\ ! multiple -XaddExports options for {0} # 0: string compiler.err.xaddreads.malformed.entry=\ ! bad value for -XaddReads: {0} # 0: string compiler.err.xaddreads.too.many=\ ! multiple -XaddReads options for {0} compiler.err.addmods.all.module.path.invalid=\ ! -addmods ALL-MODULE-PATH can only be used when compiling the unnamed module compiler.misc.locn.module_source_path=\ module source path compiler.misc.locn.upgrade_module_path=\ --- 2815,2840 ---- compiler.err.duplicate.module.on.path=\ duplicate module on {0}\nmodule in {1} # 0: string compiler.err.xaddexports.malformed.entry=\ ! bad value for --add-exports {0} # 0: string compiler.err.xaddexports.too.many=\ ! multiple --add-exports options for {0} # 0: string compiler.err.xaddreads.malformed.entry=\ ! bad value for --add-reads {0} # 0: string compiler.err.xaddreads.too.many=\ ! multiple --add-reads options for {0} compiler.err.addmods.all.module.path.invalid=\ ! --add-modules ALL-MODULE-PATH can only be used when compiling the unnamed module compiler.misc.locn.module_source_path=\ module source path compiler.misc.locn.upgrade_module_path=\
< prev index next >