Jaspersoft Studio
Setting default workspace location
Replace this fragment of Jaspersoft Studio.ini
-data
@noDefault
with
-data
/home/user/projects/reports
Enable native look & feel
Select Window → Preferences → General → Appearance.
Untick Enable theming and restart.
Optionally enable Gtk3 in runjss.sh:
export SWT_GTK3=1;
Adding external class folder to Java build path
Right-click Project Explorer → MyReports and select Properties.
Under Java Build Path select Libraries → Add External Class Folder... and select directory containing compiled classes (e.g. project/build/classes/java).
Fix failing start (JVM Terminated. Exit code=13) after update
Set the executable bit on bundled java interpreter:
$ chmod +x features/jre.linux.gtk.x86_64.feature_xx.yy.zz/adoptopenjdk_jre/bin/java
Reduce startup time caused by osgi lock timeout
AFAIU, this was the default for 6.20.5
-Dosgi.module.lock.timeout=5
Note: reducing it further to 1 doesn't seem to cause maleffects.