Java, JavaFX App is broken by Ventura 13.01

We've updated our hardware to OS 13.01 in order to submit our app to the App Store. The app runs fine from the IDE, it builds fine and the app installs with no complaints. However we recieve a classNotFoundException.

java.lang.ClassNotFoundException: app.myApp.AppLauncher
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:80)
	at com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:52)

Has anyone found a workaround or have a suggestion on this? Thx

Java, JavaFX App is broken by Ventura 13.01
 
 
Q