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

changeset 3814
12045c5cae33
parent 2418
16a698253f33
child 3826
3fdfb200c295
equal deleted inserted replaced
3813:3cfb1fd0590a 3814:12045c5cae33
1 # 1 #
2 # Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
867 Error creating a service loader to load Processors. 867 Error creating a service loader to load Processors.
868 868
869 compiler.err.proc.bad.config.file=\ 869 compiler.err.proc.bad.config.file=\
870 Bad service configuration file, or exception thrown while constructing Processor object: {0} 870 Bad service configuration file, or exception thrown while constructing Processor object: {0}
871 871
872 compiler.err.proc.cant.load.class=\
873 Could not load processor class file due to ''{0}''.
874
872 compiler.err.proc.cant.create.loader=\ 875 compiler.err.proc.cant.create.loader=\
873 Could not create class loader for annotation processors: {0} 876 Could not create class loader for annotation processors: {0}
874 877
875 # 0: unused 878 # 0: unused
876 compiler.err.qualified.new.of.static.class=\ 879 compiler.err.qualified.new.of.static.class=\

mercurial