lunes, 11 de abril de 2016

iReport Direct Link in Ubuntu

Open a Linux terminal and write next commands:

export PATH=$PATH:/home/user/Documents/iReport-5.6.0/bin

Then, you can open ireport application from some location, only write in the terminal

ireport



2 comentarios:

  1. Loco, tenes que agregar tu path al archivo ~/.profile , escribiendo en la ultima linea el path al directorio del Ireport,

    osea IREPORT=/opt/iReport-5.6.0

    y luego agregarlo al PATH de la siguiente manera:

    PATH="$PATH:$IREPORT/bin"

    despues ctrl O para guardar y ctrl X para cerrar si usas nano.

    Luego source ~/.profile para hacer efectivo el script y listo, ya podes ejecutar ireport sin problemas.

    ResponderEliminar