IReport语言设置

下面是我的IReport语言的设置
Tools->Options->Fonts & Colors->Font=SimSun
在 iReport 安装路径下的 etc/ireport.conf 里增加启动参数
# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/4.0.1"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/4.0.1"

# options used by the launcher by default, can be overridden by explicit
# command line switches
default_options="-J-Duser.language=en -J-Duser.region=US -J-Dfile.encoding=UTF-8 --branding ireport -J-Xms128m -J-Xmx512m -J-Dorg.netbeans.ProxyClassLoader.level=1000 -J-XX:MaxPermSize=256m"
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea

# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
#jdkhome="/path/to/jdk"

# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=

你可能感兴趣的:(IREPORT)