Forum Discussion
XNguy4
New Contributor
6 years agoError: Could not find or load main class com.intel.bts.BtsApp
I'm trying to run the board test system for Stratix 10 MX development kit in CentOS 7.7 and hit to the error below Error: Could not find or load main class com.intel.bts.BtsApp Is there anyone kno...
rliston
New Contributor
5 years agoJust hit this issue, was able to make it work using the commands below. Seems like a javafx packaging issue with bts.jar.
# Ubuntu 20.04 # Quartus-pro-21.1.0.169 # agilexfb_agfb014r24a2e3vr0_fpga_lt_reva_v20.4b72_v1.0/examples/board_test_system # export PATH=$QUARTUS_ROOTDIR/bin:$PATH sudo apt-get install openjfx java --module-path /usr/share/openjfx/lib --add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web -jar bts.jar
- NikoR5 years ago
Occasional Contributor
Hi.
Thanks, your suggestion gets me a bit further, but the GUI never appears:
intelfpga@workstation:~/Documents/Nikolay/cyclone-10-gx-kit-collateral/examples/board_test_system$ sudo java --module-path /usr/share/openjfx/lib --add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web -jar bts.jar
Starting application on Linux...Any idea what makes it hang?