This repository was archived by the owner on Sep 12, 2025. It is now read-only.
Error Handling with Eclipse #25
Shotsphere
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are using Eclipse, some errors have been found with Spring Boot and the Java version you are using. In our experience, Java 8 works best.
If you happen to get the following error, please follow the instructions below.
Download Java 8 (If you don't Java) then install it
I am unsure if you have to do it or not but just do it. I create JAVA_HOME path by right click to my desktop -> properties -> Advanced System Setting -> Advanced Tab -> Environment Variables -> Add JAVA_HOME in both User Variables and System Variables -> Click new -> Variable Home is "JAVA_HOME", Variable Value can be left empty -> Browse Directory -> point to your jdk folder (Example: mine is C:\Program Files\Java\jdk1.8.0_291)
Go to Eclipse -> go to window tab -> choose java on the menu on the left side -> Installed JREs -> in default eclipse already had jre directory -> click to it and then click duplicate -> change the directory to your jre directory
(example: C:\Program Files\Java\jre1.8.0_291)
Back to java menu, choose compiler option -> then on the right side -> change compiler compliance level to 1.8.
LWJGL errors also appear to happen with some eclipse versions, so if you get the below error, follow the instructions below.
Go to your LWJGL folder that contains the folders named "jar", "res", "doc", and "native". You need to go into Eclipse (assuming you use Eclipse), and open your project in the Project Explorer on the left side of your screen.
Right-click on the "JRE System Library" of your project, and click "Build Path" -> "Configure Build Path".
Include the LWJGL native libraries to your project in the Build Path Configurer by clicking the "Native library location" which can be seen in the JRE System Library dropdown menu.
Click on "Edit...", which will be the only button clickable in that general area.
A file explorer will pop up. Navigate to the location of your LWJGL native folder (The location should be something like "TealsMC-Eclipse/Minecraft/production/lib/gradle/natives" if you are using Windows) and include the folder named [Your OS here].
Beta Was this translation helpful? Give feedback.
All reactions