ColonelHedgehog submitted a new resource: Lava Control - A universal Java applet that makes testing plugins a breeze. Read more about this resource...
ColonelHedgehog updated Lava Control with a new update entry: Stability changes, and new icon. Read the rest of this update entry...
Currently, no. I'm working on a companion plugin that does this: Logic. There's some information about it on my blog: https://www.colonelhedgehog.com/blog/
oesn't seem to work on my setup (Windows 8.1). It throws a NoClassDefFoundError for a 'com/apple/eawt/AboutHandler'
ColonelHedgehog updated Lava Control with a new update entry: Fixed some bugs, should now work on Windows. Read the rest of this update entry...
For some reason this doesn't work on my Windows 10 PC Using Java 8_51 I double click the file and it gives me this error: A JNI error has occured, please check your installation and try again Afterwards, I click ok and it gives me this: A Java Exception has occured
Exactly! I ran it with CMD (java -jar "Lava Control.jar") and I got this error: Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.NoClassDefFoundError: com/apple/eawt/AboutHandler at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.privateGetMethodRecursive(Unknown Source) at java.lang.Class.getMethod0(Unknown Source) at java.lang.Class.getMethod(Unknown Source) at sun.launcher.LauncherHelper.validateMainClass(Unknown Source) at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source) Caused by: java.lang.ClassNotFoundException: com.apple.eawt.AboutHandler at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 7 more
There we go, that's what I was looking for. I'll be sure to fix that, thanks for posting the error. I just need to sift through my code so it only makes calls to the Apple API when the package is available.
After reviewing the code, I see no reason why you should be getting the error. Are you sure you've downloaded the latest version?