jdk/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties
changeset 30789 9eca83469588
parent 25859 3317bb8137f4
child 30819 45d6fd3af6ac
equal deleted inserted replaced
30788:ea573d35531a 30789:9eca83469588
   632 	The compiler has run out of stack space.  Consider using the "-J-oss<number>" command line option to increase the memory allocated for the Java stack.
   632 	The compiler has run out of stack space.  Consider using the "-J-oss<number>" command line option to increase the memory allocated for the Java stack.
   633 main.path.msg=\
   633 main.path.msg=\
   634 	[The source classpath is "{0}"]\n\
   634 	[The source classpath is "{0}"]\n\
   635 	[The library classpath is "{1}"]
   635 	[The library classpath is "{1}"]
   636 javac.err.invalid.encoding.char=\
   636 javac.err.invalid.encoding.char=\
   637 	The source file encoding may be different with this platform encoding. Please use -encoding option to adjust file encoding, or apply native2ascii utility to make source file ASCII encoding.
   637 	The source file encoding may be different with this platform encoding. Please use -encoding option to adjust file encoding, or make sure source file converted to ASCII encoding.