Update JasperStudio authored by Daniel Palomar's avatar Daniel Palomar
...@@ -59,3 +59,8 @@ Now we can run `jasperstudio` and the app is open ...@@ -59,3 +59,8 @@ Now we can run `jasperstudio` and the app is open
With OpenCell 7.2.0 the Jasper Server was updated to 6.8.0. With OpenCell 7.2.0 the Jasper Server was updated to 6.8.0.
We need to update our local JasperStudio to the 6.8.0 with the full support of Jasper server 6.8.0 functionalities. We need to update our local JasperStudio to the 6.8.0 with the full support of Jasper server 6.8.0 functionalities.
We can get this version of JasperStudio from https://sourceforge.net/projects/jasperstudio/files/JaspersoftStudio-6.8.0/TIB_js-studiocomm_6.8.0_linux_amd64.deb We can get this version of JasperStudio from https://sourceforge.net/projects/jasperstudio/files/JaspersoftStudio-6.8.0/TIB_js-studiocomm_6.8.0_linux_amd64.deb
Ones the deb is downloaded, just run:
```
sudo dpkg -i TIB_js-studiocomm_6.8.0_linux_amd64.deb
```
\ No newline at end of file