< prev index next >

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

Print this page




2763 compiler.err.no.output.dir=\
2764     no class output directory specified
2765 
2766 compiler.err.unnamed.pkg.not.allowed.named.modules=\
2767     unnamed package is not allowed in named modules
2768 
2769 # 0: name, 1: name
2770 compiler.err.module.name.mismatch=\
2771     module name {0} does not match expected name {1}
2772 
2773 compiler.err.module.decl.sb.in.module-info.java=\
2774     module declarations should be in a file named module-info.java
2775 
2776 compiler.err.module-info.with.xmodule.sourcepath=\
2777     illegal combination of -Xmodule and module-info on sourcepath
2778 
2779 compiler.err.module-info.with.xmodule.classpath=\
2780     illegal combination of -Xmodule and module-info on classpath
2781 
2782 compiler.err.xmodule.no.module.sourcepath=\
2783     illegal combination of -Xmodule and -modulesourcepath
2784 
2785 compiler.err.processorpath.no.processormodulepath=\
2786     illegal combination of -processorpath and -processormodulepath
2787 
2788 # 0: symbol
2789 compiler.err.package.in.other.module=\
2790     package exists in another module: {0}
2791 
2792 # 0: symbol, 1: name, 2: symbol, 3: symbol
2793 compiler.err.package.clash.from.requires=\
2794     module {0} reads package {1} from both {2} and {3}
2795 
2796 # 0: string
2797 compiler.err.module.not.found.in.module.source.path=\
2798     module {0} not found in module source path
2799 
2800 compiler.err.output.dir.must.be.specified.with.dash.m.option=\
2801     class output directory must be specified if -m option is used
2802 
2803 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\
2804     module source path must be specified if -m option is used
2805 
2806 # 0: symbol
2807 compiler.err.service.implementation.not.in.right.module=\
2808     service implementation must be defined in the same module as the provides directive
2809 
2810 # 0: symbol
2811 compiler.err.cyclic.requires=\
2812     cyclic dependence involving {0}
2813 
2814 # 0: fragment, 1: name
2815 compiler.err.duplicate.module.on.path=\
2816     duplicate module on {0}\nmodule in {1}
2817 
2818 # 0:  string
2819 compiler.err.xaddexports.malformed.entry=\
2820     bad value for -XaddExports: {0}
2821 
2822 # 0: string
2823 compiler.err.xaddexports.too.many=\
2824     multiple -XaddExports options for {0}
2825 
2826 # 0:  string
2827 compiler.err.xaddreads.malformed.entry=\
2828     bad value for -XaddReads: {0}
2829 
2830 # 0: string
2831 compiler.err.xaddreads.too.many=\
2832     multiple -XaddReads options for {0}
2833 
2834 compiler.err.addmods.all.module.path.invalid=\
2835     -addmods ALL-MODULE-PATH can only be used when compiling the unnamed module
2836 
2837 compiler.misc.locn.module_source_path=\
2838     module source path
2839 
2840 compiler.misc.locn.upgrade_module_path=\
2841     upgrade module path
2842 
2843 compiler.misc.locn.system_modules=\
2844     system modules
2845 
2846 compiler.misc.locn.module_path=\
2847     application module path
2848 
2849 compiler.misc.cant.resolve.modules=\
2850     cannot resolve modules
2851 
2852 # 0: symbol
2853 compiler.err.cant.find.module=\
2854     cannot find module: {0}
2855 


2763 compiler.err.no.output.dir=\
2764     no class output directory specified
2765 
2766 compiler.err.unnamed.pkg.not.allowed.named.modules=\
2767     unnamed package is not allowed in named modules
2768 
2769 # 0: name, 1: name
2770 compiler.err.module.name.mismatch=\
2771     module name {0} does not match expected name {1}
2772 
2773 compiler.err.module.decl.sb.in.module-info.java=\
2774     module declarations should be in a file named module-info.java
2775 
2776 compiler.err.module-info.with.xmodule.sourcepath=\
2777     illegal combination of -Xmodule and module-info on sourcepath
2778 
2779 compiler.err.module-info.with.xmodule.classpath=\
2780     illegal combination of -Xmodule and module-info on classpath
2781 
2782 compiler.err.xmodule.no.module.sourcepath=\
2783     illegal combination of -Xmodule and --module-source-path
2784 
2785 compiler.err.processorpath.no.processormodulepath=\
2786     illegal combination of -processorpath and --processor-module-path
2787 
2788 # 0: symbol
2789 compiler.err.package.in.other.module=\
2790     package exists in another module: {0}
2791 
2792 # 0: symbol, 1: name, 2: symbol, 3: symbol
2793 compiler.err.package.clash.from.requires=\
2794     module {0} reads package {1} from both {2} and {3}
2795 
2796 # 0: string
2797 compiler.err.module.not.found.in.module.source.path=\
2798     module {0} not found in module source path
2799 
2800 compiler.err.output.dir.must.be.specified.with.dash.m.option=\
2801     class output directory must be specified if -m option is used
2802 
2803 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\
2804     module source path must be specified if -m option is used
2805 
2806 # 0: symbol
2807 compiler.err.service.implementation.not.in.right.module=\
2808     service implementation must be defined in the same module as the provides directive
2809 
2810 # 0: symbol
2811 compiler.err.cyclic.requires=\
2812     cyclic dependence involving {0}
2813 
2814 # 0: fragment, 1: name
2815 compiler.err.duplicate.module.on.path=\
2816     duplicate module on {0}\nmodule in {1}
2817 
2818 # 0:  string
2819 compiler.err.xaddexports.malformed.entry=\
2820     bad value for --add-exports {0}
2821 
2822 # 0: string
2823 compiler.err.xaddexports.too.many=\
2824     multiple --add-exports options for {0}
2825 
2826 # 0:  string
2827 compiler.err.xaddreads.malformed.entry=\
2828     bad value for --add-reads {0}
2829 
2830 # 0: string
2831 compiler.err.xaddreads.too.many=\
2832     multiple --add-reads options for {0}
2833 
2834 compiler.err.addmods.all.module.path.invalid=\
2835     --add-modules ALL-MODULE-PATH can only be used when compiling the unnamed module
2836 
2837 compiler.misc.locn.module_source_path=\
2838     module source path
2839 
2840 compiler.misc.locn.upgrade_module_path=\
2841     upgrade module path
2842 
2843 compiler.misc.locn.system_modules=\
2844     system modules
2845 
2846 compiler.misc.locn.module_path=\
2847     application module path
2848 
2849 compiler.misc.cant.resolve.modules=\
2850     cannot resolve modules
2851 
2852 # 0: symbol
2853 compiler.err.cant.find.module=\
2854     cannot find module: {0}
2855 
< prev index next >