Hello,
when I start JasperStudio 6.X (tried 6.8, 6.11, 6.14, 6.16 and also Eclipse Plugin) the Designer firstly is really slow. For example, when I add a simple Text-Label to the report and double-click into the label it takes some time to get into it. After editing the label, the mark did not go away. When I insert some more the report crashes and sometimes the system crashes, so that I need to reboot.
I also tried out several jdk-version (openjdk-15, openjdk-14 and the one who is delivered with the package).
I also tried to install the *.tgz file instead of the *.deb file.
*.sh File is configured:
```
#!/bin/bash
DIR=$(dirname "$0")
export UBUNTU_MENUPROXY=0;
export SWT_GTK3=0;
"$DIR"/Jaspersoft\ Studio $*
```
Issue take place on different machines (Home (Lenovo T15), Work (Terra Computer))
System is Ubuntu 20.04 and 20.10, both are not working. When starting on Window 10, everything works perfectly!
At the moment, I am not able the edit the *jrxml-Files.
Happy for any help,
thx
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now