ImanitySpigot should be able to launch without issues on Java 8, as it should support this version.
Observed/Actual behavior
ImanitySpigot fails to start on both Windows and Ubuntu systems running Java 8 (OpenJDK version 1.8.0_422). The error message indicates a DependencyResolutionException related to the inability to find the artifact tools.jar, causing the initialization of the LibraryManager to fail.
Steps/models to reproduce
Set up a server environment with ImanitySpigot on Java 8 (OpenJDK version 1.8.0_422).
Attempt to start the server.
Observe the dependency resolution error indicating a missing tools.jar artifact.
Environment Details
Java Version: OpenJDK 1.8.0_422
Operating Systems: Windows and Ubuntu
ImanitySpigot Version: (Specify the version if possible)
Plugin list
The issue occurs on both Windows and Ubuntu with Java 8, but ImanitySpigot works with other Java versions (Java 11, Java 17). The missing tools.jar dependency seems to be specific to this Java 8 environment, affecting the LibraryManager's initialization process.
ImanitySpigot3 version
Waiting for customer to enter.....
Agreements
[X] I am running the latest version of ImanitySpigot3 available from
[X] I have searched for and ensured there isn't already an open issue regarding this.
[X] I have compared the issue between TacoSpigot 1.8.8 and ImanitySpigot3 And only ImanitySpigot3 occurred this issue.
Expected behavior
ImanitySpigot should be able to launch without issues on Java 8, as it should support this version.
Observed/Actual behavior
ImanitySpigot fails to start on both Windows and Ubuntu systems running Java 8 (OpenJDK version 1.8.0_422). The error message indicates a
DependencyResolutionException
related to the inability to find the artifacttools.jar
, causing the initialization of the LibraryManager to fail.Steps/models to reproduce
tools.jar
artifact.Environment Details
Plugin list
The issue occurs on both Windows and Ubuntu with Java 8, but ImanitySpigot works with other Java versions (Java 11, Java 17). The missing
tools.jar
dependency seems to be specific to this Java 8 environment, affecting the LibraryManager's initialization process.ImanitySpigot3 version
Waiting for customer to enter.....
Agreements
Other
No response