|
Subject:
|
Some advice interfacing java and prolog
|
|
Posted By:
|
Floetic
|
Post Date:
|
4/17/2008 10:00:02 PM
|
Ive been working on a java graphical user to interface with a prolog system (inferencing tools), NetBeans was used to create the interface but I keep getting this message: Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no int386w in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1030) at DERS1.Sources.LpaIS.<clinit>(LpaIS.java:56) at DERS1.Sources.UI.<init>(UI.java:27) at DERS1.Sources.UI$1.run(UI.java:787) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) BUILD SUCCESSFUL (total time: 2 seconds)
I dont understand how to resolve this - can you offer some advice?
|
|
Reply By:
|
jomet
|
Reply Date:
|
4/18/2008 8:03:21 AM
|
i think some package structure error?
google http://www.google.co.in/search?q=AWT-EventQueue-0%22+java.lang.UnsatisfiedLinkError
jomet. ```````````````````````````````````````````````````````````````````````` Once you start a working on something, dont be afraid of failure and dont abandon it. People who work sincerely are the happiest.
|
|
Reply By:
|
Floetic
|
Reply Date:
|
4/18/2008 10:04:53 AM
|
Thanks Ive tried that didnt prove to be useful in helping to solve the problem.
What does it mean when it says "in java.library.path"? Do I need to place the int386w file in that location but where is that location?
|
|
Reply By:
|
jomet
|
Reply Date:
|
4/20/2008 10:38:25 PM
|
try add the folder location of [int386w.*] to the PATH variable of windows(Environment variable).
can u tell something about int386w or prolog system (i am very new to that system)
jomet. ```````````````````````````````````````````````````````````````````````` Once you start a working on something, dont be afraid of failure and dont abandon it. People who work sincerely are the happiest.
|