Closed issue by arinbasu on void-packages repository https://github.com/void-linux/void-packages/issues/37379 Description: ### System Lenovo Thinkpad x220i running Voidlinux x86_64 latest build glibc version * package: *affected package(s) including the version*: openjdk-8u999_1 ### Expected behavior I want to run `java jre onyx-developer.jar` and it should run the onyx structural modelling app. It runs in other OS including in Archlinux (Archlabslinux). ### Actual behavior The app does not run; when I issue the command `java jre onyx-developer.jar` in the folder where onyx-developer.jar file is present, it returns the following error: > Error: Could not find or load main class jre ### Steps to reproduce the behavior After installing openjdk, issue the command `java jre ~/Downloads/onyx-developer.jar`