Skip to content

Instantly share code, notes, and snippets.

@SergioDiniz
Last active November 19, 2016 11:31
Show Gist options
  • Save SergioDiniz/94737bb7ed94cf1a32645fcfd8224eb9 to your computer and use it in GitHub Desktop.
Save SergioDiniz/94737bb7ed94cf1a32645fcfd8224eb9 to your computer and use it in GitHub Desktop.
configuração necessária para iReport em maquinas com JAVA 8
#
# conf path: Applications/iReport/Contents/Resources/ireportpro/etc/ireportpro.conf
#
# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/5.6.0"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/5.6.0"
# options used by the launcher by default, can be overridden by explicit
# command line switches
default_options="-J-Xms256m -J-Xmx512m -J-Dorg.netbeans.ProxyClassLoader.level=1000 -J-XX:MaxPermSize=512m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dnetbeans.exception.report.min.level=99999 "
# 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" -
# trocar local aqui!!!!!!!!!!!!!
jdkhome="/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment