-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot run .jar file #7
Comments
Also, if the second line of the error is:
then it is because OpenJDK does not by default include JavaFX (but Java 8 from Oracle includes that). |
I found the .jar in a previous version. linkifer-3.2.7 Hello Jan, I have the same problem. I cannot seem to run the ZIP file. C:\Temp>java -jar linkifier-master.zip Java(TM) SE Runtime Environment (build 1.8.0_131-b11) |
My problem still persists as well. I just gave up on trying to solve it. A pity but maybe it gets fixed. |
|
I updated the README with a solution for M1 processors. |
Even though I meet all the dependencies, I cannot seem to run your .jar file. I also tried with the source code itself but to no avail. I seem to get a "Could not find or load main class controller.MainApp". I am very interested in your project, could you help me?
The text was updated successfully, but these errors were encountered: