Standalone version with Netbeans 8.2

If anyone wanders by here is a link to the correct way to add the LT JAR files to Netbeans 8.2

We still have this error

Exception in thread “Thread-4” java.lang.NoClassDefFoundError: com/google/common/cache/CacheLoader

at com.mycompany.maventest.CheckSpellController.lambda$ini$0(CheckSpellController.java:43)

at java.lang.Thread.run(Thread.java:748)

Caused by: java.lang.ClassNotFoundException: com.google.common.cache.CacheLoader

at java.net.URLClassLoader.findClass(URLClassLoader.java:382)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

Feel free to comment on SO we will continue to pursue a solution and post here or on SO

If we find a FIX

LINK to SO