Re: “make jaba.base” failed after adding Chinese characters to java source codes
Ioi Lam
ioi.lam at oracle.com
Sat Jan 18 04:04:23 UTC 2020
You can remove the two cases of "-encoding ascii" in this file. Javac
will read the source files using the system default encoding instead.
http://hg.openjdk.java.net/jdk/jdk/file/5aa85653a589/make/common/SetupJavaCompilers.gmk#l79
Thanks
- Ioi
On 1/16/20 8:21 PM, chen shanghe wrote:
> RT. I’m learning the source codes, and trying to add some comments for my understanding. Any solutions? thanks
More information about the jdk-dev
mailing list