src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 48433 04d8d293e458
parent 47702 cf8310446245
child 49580 62b908c9f0e6
equal deleted inserted replaced
48432:db09f53aba91 48433:04d8d293e458
     1 #
     1 #
     2 # Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2018, 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
   372     file not found: {0}
   372     file not found: {0}
   373 javac.err.file.not.directory=\
   373 javac.err.file.not.directory=\
   374     not a directory: {0}
   374     not a directory: {0}
   375 javac.err.file.not.file=\
   375 javac.err.file.not.file=\
   376     not a file: {0}
   376     not a file: {0}
   377 javac.err.cannot.access.runtime.env=\
       
   378     cannot access runtime environment
       
   379 javac.err.two.class.loaders.1=\
   377 javac.err.two.class.loaders.1=\
   380     javac is split between multiple class loaders: check your configuration
   378     javac is split between multiple class loaders: check your configuration
   381 javac.err.two.class.loaders.2=\
   379 javac.err.two.class.loaders.2=\
   382     javac is split between multiple class loaders:\n\
   380     javac is split between multiple class loaders:\n\
   383     one class comes from file: {0}\n\
   381     one class comes from file: {0}\n\