Skip to content

Instantly share code, notes, and snippets.

View wellingtonsv's full-sized avatar

Wellington Vieira wellingtonsv

View GitHub Profile
@wellingtonsv
wellingtonsv / install&run_ireport.txt
Created May 17, 2018 13:44
Install ireport with jdk 1.7
- Utilizar a versão iReport-5.6.0-windows-installer.exe que é compativel com a JDK 1.7. - em anexo
- Instalar em um dirtório de sua preferencia.
- Editar o arquivo /etc/ireport.conf
- adicionar a linha abaixo no arquivo ireport.conf abaixo desta linha: (#jdkhome="/path/to/jdk")
jdkhome="E:\JDK\jdk1.7.0_80"
- Rodar a bat ireport_JDK_1.7.bat (somente de tiver o JDevoloper instalado na maquina) - em anexo
@wellingtonsv
wellingtonsv / linux - jboss - runing
Last active October 5, 2016 11:57 — forked from leonardocregis/linux - jboss - runing
Running jboss into linux, letting in run into the background and with a different config of config.xml
nohup ./standalone.sh -b 0.0.0.0 -server-config=standalonename.xml > /dev/null &