jamvm icon indicating copy to clipboard operation
jamvm copied to clipboard

JamVM 2 + OpenJDK

Results 2 jamvm issues
Sort by recently updated
recently updated
newest added

Unable to start SpringBoot application on Ubuntu22.04 ```bash Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:109) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)...

Using OpenJDK 8 from [Eclipse Temurin](https://projects.eclipse.org/projects/adoptium.temurin), JRE failed to initialize JamVM: ``` $ bin/java -XXaltjvm=jamvm -version Exception occurred while VM initialising. java/lang/NoClassDefFoundError: java/lang/ClassLoader ``` Known reasons: 1. Different JRE layout:...