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

injector doesnt work #33

Open
ulasW opened this issue Aug 8, 2020 · 2 comments
Open

injector doesnt work #33

ulasW opened this issue Aug 8, 2020 · 2 comments

Comments

@ulasW
Copy link

ulasW commented Aug 8, 2020

nothing comes on the screen when i start it.
if i run it with cmd, this post comes to the console

Error: Could not find or load main class respectful.rapist.injector.Main
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

@nealol
Copy link

nealol commented Aug 14, 2020

You're missing JavaFX. Try installing the JavaFX SDK from here.

@nealol
Copy link

nealol commented Nov 6, 2020

Update: After having this same issue, I have finally figured it out. You must use the official java 1.8 jdk from oracle. Follow the link in the readme to install. If the oracle sign in won't work, copy the link address of the green button, paste it in notepad, and grab the last part of it after ?nexturl=. That is the direct download link. You then need to make sure that in your environment variables the JAVA_HOME variable is set to the jdk 8 folder in Program Files\Java, and make sure %JAVA_HOME%\bin is at the very top of the PATH. Then, doing java -version in a command prompt should say jdk 8. If it doesn't restart the command prompt. Running injector.jar in the command prompt with java -jat should now work.

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

2 participants