[ad_1]
I want to config the Compiler setting and runtime setting in Intellij:
Compiler settings
OpenJDK version javac 11.0.13 with the following flags: -encoding UTF-8 -sourcepath {path} -cp {path}/* -d {path} {files}.
Runtime settings
following runtime flags: -Dfile.encoding=UTF-8 -XX:+UseSerialGC -Xss64m -Xms{memlim}m -Xmx{memlim}m -cp {path}:{path}/*.
How can I do it?
[ad_2]