I’m working on integrating an external game controller with my Java-developed game in Windows, but I’m encountering this exception:
Caused by: java.lang.ClassNotFoundException: net.java.games.util.plugins.Plugins
I have already added all JARs and DLL libraries to the folder where the game’s JAR file is located.