-
Notifications
You must be signed in to change notification settings - Fork 40
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
Snapshot error #20
Comments
How were you able to compile it? What did you use? |
I used ./gradlew build |
and that is in the cmd prompt from the unzipped dir I am guessing |
that is in the unzipped directory, yes |
yea I am on win10 atm and am getting some strange results. |
I got it to build switching to java 18 now I am unable to get it to run even with java 18? |
Hmmmm i don't know about windows then sorry, but it does have a .bat file anyways better ask someone who has a better idea about it |
You are trying to run the snapshot build right? that is in /build/lib |
yea |
The project has been tested against v17. Maybe try switching to that version in the mean time? |
switching to java 17 got it to work |
I tried to use the snapshot but i got this error
Error: LinkageError occurred while loading main class me.cortex.jarscanner.Main
java.lang.UnsupportedClassVersionError: me/cortex/jarscanner/Main has been compiled by a more recent version of the Java Runtime (class file version 64.0), this version of the Java Runtime only recognizes class file versions up to 61.0
I think i have the latest version but it seems like not
I also tried to compile it but i don't know exactly how to do it, so any help would be nice
Edit: oh wait, i think i did compile it, because i had two snap files, and the second one don't give me the error
The text was updated successfully, but these errors were encountered: