Skip to content
#

gc

Here are 96 public repositories matching this topic...

Thihup
Thihup commented Aug 19, 2021

Current, if we try to run a more recent Java class in an old JVM, we get the following error message:

Error: LinkageError occurred while loading main class some.Class
	java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=some/Class, offset=6

However, it is not so easily to detect that the class was compiled with a version above the supported by the JVM.Hotspot

Improve this page

Add a description, image, and links to the gc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gc topic, visit your repo's landing page and select "manage topics."

Learn more