aAPT
dDebian
fFFmpeg
jJava
mMercurial: Usage
oOCaml
pPostgreSQL

Home Applications IDE

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 WindowPreferencesGeneralAppearance.

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 ExplorerMyReports and select Properties.

Under Java Build Path select LibrariesAdd 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.