net.sourceforge.kolmafia.swingui.ItemManageFrame could not be loaded
Need to use java.exe, instead of javaw.exe. Sample of trace when recreating the issue with active effects:
Code:C:\Users\...\Programs\kolmafia>"C:\Program Files (x86)\Java\jre1.8.0_31\bin\java.exe" -jar C:\Users\...\Programs\kolmafia\KoLmafia-15517.jar KoLmafia v16.8 r15517 Released on February 11, 2014 Currently Running on Windows 7 Local Directory is C:\Users\...\Programs\kolmafia Using Java 1.8.0_31 Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at net.sourceforge.kolmafia.Modifiers.getModifiers(Modifiers.java:1814) ... blah ...
For a Mac, it is easy to do that: open Terminal and execute the .jar file from it via "java -jar KoLmafia-16.8.jar", for example. Obviously, you have to have your shell's paths configured to be able to find java...
If you are on Windows, I have no advice for you. Never used it, never will.
cd kol
"c:\program files\java\jre7\bin\java.exe" -jar KoLmafia-16.8.jar
pause
Of course, that only works because I always compile locally, so the jar name is always the same.