Closed poach3r closed 8 months ago
Thank you for your reporting your first LITIENGINE issue! We are looking forward to your further contributions.
Looks like you're using jdk 17, which uses class version 61. Litiengine 0.8.0 was built on jdk 21, which uses class version 65. You probably just need to be using jdk 21.
The docs say that JDK 17 is the lowest version which works, "Since LITIENGINE has been created with Java 17, you need at least JDK 17 on your machine.", I will install JDK 21 and report back.
Oh, gotcha. It used to be 17, so we probably missed updating the documentation. Can you provide a link to where you found that? Then we can probably keep this issue open as a doc issue.
I've tried it again with Adoptium 21 and it fixed the issue, I found the error in question at https://litiengine.com/docs/getting-started/install-jdk/
Thank you for reporting and sorry for the outdated documentation. We'll fix this ASAP.
@Hades948 has updated the docs. Thank you!
Describe the bug In IntelliJ IDEA Ultimate Edition, I can successfully add the LITIENGINE library and use it in my project without seeing any syntax errors, however it fails to compile. This happens regardless of build system used.
Stack Trace
To Reproduce Steps to reproduce the behavior:
Expected behavior The project should compile without any errors.
Screenshots If applicable, add screenshots to help explain your problem.
Your System: