OpticFusion1 / MCAntiMalware

Anti-Malware for minecraft
https://www.spigotmc.org/resources/spigot-anti-malware-detects-over-200-malicious-plugins.64982/
GNU General Public License v3.0
287 stars 29 forks source link

Java 9+ Support #235

Closed OpticFusion1 closed 5 years ago

OpticFusion1 commented 5 years ago

General Troubleshooting

Issue

Issue Type

Description

Title. The main issue i see is --serverJar, this breaks for Java 9+ because of Utils#loadLibrary, a replacement (Reflection?) should be used, if done correctly it can also replace the current system as well

OpticFusion1 commented 5 years ago

For it to replace the current system completely it would also have to work with java 8 as well

OpticFusion1 commented 5 years ago

IF needed we can also just backport features from java 9 and above, this obviously has its limitations, but is possible

OpticFusion1 commented 5 years ago

Explanation on why Utils#loadLibary breaks for java 9+

OpticFusion1 commented 5 years ago

Closed. I will be sticking with java 8 for this project and backporting features as required.