Hi
We signed up for the trial of LimeLM today and our main developer has tried to get the demo working. Unfortunately, after following the steps exactly we get an error:
C:\Users\anuradha\Desktop\Java\dist>java -jar DocumentEditor.jarException in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: Unable to load library 'C:\Users\anuradha\Desktop\Java\dist\TurboActivate\win-x64\TurboActivate.dll': The specified module could not be found.
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:169) at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:242) at com.sun.jna.Library$Handler.<init>(Library.java:140) at com.sun.jna.Native.loadLibrary(Native.java:368) at com.sun.jna.Native.loadLibrary(Native.java:353) at turboactivates.TurboActivateNative.<clinit>(TurboActivate.java:812) at turboactivates.TurboActivate.SetPDetsLocation(TurboActivate.java:659)
at documenteditor.DocumentEditorView.<init>(DocumentEditorView.java:28) at documenteditor.DocumentEditorApp.startup(DocumentEditorApp.java:14) at org.jdesktop.application.Application$1.run(Application.java:171) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
C:\Users\anuradha\Desktop\Java\dist>
all files are correctly on the paths