Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Version ripme-2.1.17-32] Java Error "A Java Exception has occurred" #2100

Open
mia64 opened this issue Feb 12, 2025 · 4 comments
Open

[Version ripme-2.1.17-32] Java Error "A Java Exception has occurred" #2100

mia64 opened this issue Feb 12, 2025 · 4 comments

Comments

@mia64
Copy link

mia64 commented Feb 12, 2025

When trying to run the new version i get an error message:
window title: "Java Virtual Machine Launcher"
error message: "A Java Exception has occurred"

and the program won't open

Java Version 8 Update 441 Build 1.8.0_441-b07
RipMe Version 2.1.17-32-8f58eb41

@firex726
Copy link

Same issue here, ven when trying via command line. Also went back and tried with ripem version "ripme-2.1.16-4-02372e85" & "ripme-2.1.12-7-d0b97acd".

E:\ripme>java -jar ripme-2.1.17-32-8f58eb41.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/rarchives/ripme/App has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

E:\ripme>java -version
java version "1.8.0_441"
Java(TM) SE Runtime Environment (build 1.8.0_441-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.441-b07, mixed mode)

@WouterV85
Copy link

You need a higher java version
https://www.oracle.com/java/technologies/downloads/?er=221886

@cm2227
Copy link

cm2227 commented Feb 19, 2025

This does not seem to be it. I have the same issue, and the build mentioned above is afaik the latest version.

@cm2227
Copy link

cm2227 commented Feb 20, 2025

For me, it helped to install JDK 23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants