From rcsalomao@qualidata.com.br  Wed Mar  1 04:53:24 2000
Received: from imail3.digiweb.com (imail3.digiweb.com [207.226.255.206])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id EAA18304
	for <prolog@swi.psy.uva.nl>; Wed, 1 Mar 2000 04:53:24 +0100 (MET)
Received: from qualidata.com.br [200.191.119.175] by imail3.digiweb.com with ESMTP
  (SMTPD32-5.05) id A301139E0258; Tue, 29 Feb 2000 22:48:17 -0500
Message-ID: <38BC941B.9062F6D2@qualidata.com.br>
Date: Wed, 01 Mar 2000 00:52:59 -0300
From: Renato Costa =?iso-8859-1?Q?Salom=E3o?= <rcsalomao@qualidata.com.br>
X-Mailer: Mozilla 4.5 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: "prolog@swi.psy.uva.nl" <prolog@swi.psy.uva.nl>
Subject: JPL don't loads!
Content-Type: multipart/alternative;
 boundary="------------57F7401BA01582A173DE0F42"


--------------57F7401BA01582A173DE0F42
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi.
I'm trying to access SWIProlod from the inside of JAVA code ( JBuilder
2), it using the package JPL, in Win NT4.0.
When  I do a call for the function Prolog.initiliase, it throws the
exceptions :

"Class Load: AssistProAlfa.CDominioProblema.Classes.jpl.JPL
Class Load: AssistProAlfa.CDominioProblema.Classes.jpl.Version
Class Load: AssistProAlfa.CDominioProblema.Classes.jpl.fli.Prolog
System Error: Exception occurred during event dispatching:
System Error: java.lang.UnsatisfiedLinkError: initialise
System Error:  at
AssistProAlfa.CDominioProblema.Classes.jpl.JPL.init(JPL.java:82)
System Error:  at
AssistProAlfa.CDominioProblema.Classes.jpl.JPL.init(JPL.java:101)
System Error:  at
AssistProAlfa.CDominioProblema.Classes.SistemaProgramacaoLogica.initialise(SistemaProgramacaoLogica.java:92)

System Error:  at
AssistProAlfa.CDominioProblema.Classes.ConhecimentoMCV.InferirMCV(ConhecimentoMCV.java:105)

System Error:  at
AssistProAlfa.CDominioProblema.Classes.JanDefProc.screenInit(JanDefProc.java:324)

System Error:  at
AssistProAlfa.CDominioProblema.Classes.AppDefProcesso.<init>(AppDefProcesso.java:60)

System Error:  at
AssistProAlfa.CDominioProblema.Classes.JanCadProjeto.btnProcesso_actionPerformed(JanCadProjeto.java:488)

System Error:  at
AssistProAlfa.CDominioProblema.Classes.JanCadProjeto$3.actionPerformed(JanCadProjeto.java:140)

System Error:  at borland.jbcl.util.ActionMulticaster.dispatch(Compiled
Code)
System Error:  at
borland.jbcl.view.BeanPanel.processActionEvent(Compiled Code)
System Error:  at
borland.jbcl.view.ButtonView.processMouseReleased(Compiled Code)
System Error:  at borland.jbcl.view.BeanPanel.processMouseEvent(Compiled

Code)
System Error:  at java.awt.Component.processEvent(Compiled Code)
System Error:  at java.awt.Container.processEvent(Compiled Code)
System Error:  at borland.jbcl.view.BeanPanel.processEvent(Compiled
Code)
System Error:  at java.awt.Component.dispatchEventImpl(Compiled Code)
System Error:  at java.awt.Container.dispatchEventImpl(Compiled Code)
System Error:  at java.awt.Component.dispatchEvent(Compiled Code)
System Error:  at
java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
System Error:  at
java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
System Error:  at java.awt.LightweightDispatcher.dispatchEvent(Compiled
Code)
System Error:  at java.awt.Container.dispatchEventImpl(Compiled Code)
System Error:  at java.awt.Window.dispatchEventImpl(Compiled Code)
System Error:  at java.awt.Component.dispatchEvent(Compiled Code)
System Error:  at
java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ".

The dll of JPL is being loaded in the directory where are the sources
codes of the classes
( files .java) .
When the program  runs in comand line  it displays the message :
"SWI-Prolog resources not found".
What I'm doing wrong ?
Renato Salomão
rcsalomao@qualidata.com.br



--------------57F7401BA01582A173DE0F42
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi.
<br>I'm trying to access SWIProlod from the inside of JAVA code ( JBuilder
2), it using the package JPL, in Win NT4.0.
<br>When&nbsp; I do a call for the function Prolog.initiliase, it throws
the exceptions :
<p>"Class Load: AssistProAlfa.CDominioProblema.Classes.jpl.JPL
<br>Class Load: AssistProAlfa.CDominioProblema.Classes.jpl.Version
<br>Class Load: AssistProAlfa.CDominioProblema.Classes.jpl.fli.Prolog
<br><b>System Error: Exception occurred during event dispatching:</b>
<br><b>System Error: java.lang.UnsatisfiedLinkError: initialise</b>
<br><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.jpl.JPL.init(JPL.java:82)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.jpl.JPL.init(JPL.java:101)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.SistemaProgramacaoLogica.initialise(SistemaProgramacaoLogica.java:92)</b><b></b>
<p><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.ConhecimentoMCV.InferirMCV(ConhecimentoMCV.java:105)</b><b></b>
<p><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.JanDefProc.screenInit(JanDefProc.java:324)</b><b></b>
<p><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.AppDefProcesso.&lt;init>(AppDefProcesso.java:60)</b><b></b>
<p><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.JanCadProjeto.btnProcesso_actionPerformed(JanCadProjeto.java:488)</b><b></b>
<p><b>System Error:&nbsp; at</b>
<br><b>AssistProAlfa.CDominioProblema.Classes.JanCadProjeto$3.actionPerformed(JanCadProjeto.java:140)</b><b></b>
<p><b>System Error:&nbsp; at borland.jbcl.util.ActionMulticaster.dispatch(Compiled</b>
<br><b>Code)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>borland.jbcl.view.BeanPanel.processActionEvent(Compiled Code)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>borland.jbcl.view.ButtonView.processMouseReleased(Compiled Code)</b>
<br><b>System Error:&nbsp; at borland.jbcl.view.BeanPanel.processMouseEvent(Compiled</b>
<br><b>Code)</b>
<br><b>System Error:&nbsp; at java.awt.Component.processEvent(Compiled
Code)</b>
<br><b>System Error:&nbsp; at java.awt.Container.processEvent(Compiled
Code)</b>
<br><b>System Error:&nbsp; at borland.jbcl.view.BeanPanel.processEvent(Compiled</b>
<br><b>Code)</b>
<br><b>System Error:&nbsp; at java.awt.Component.dispatchEventImpl(Compiled
Code)</b>
<br><b>System Error:&nbsp; at java.awt.Container.dispatchEventImpl(Compiled
Code)</b>
<br><b>System Error:&nbsp; at java.awt.Component.dispatchEvent(Compiled
Code)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)</b>
<br><b>System Error:&nbsp; at java.awt.LightweightDispatcher.dispatchEvent(Compiled</b>
<br><b>Code)</b>
<br><b>System Error:&nbsp; at java.awt.Container.dispatchEventImpl(Compiled
Code)</b>
<br><b>System Error:&nbsp; at java.awt.Window.dispatchEventImpl(Compiled
Code)</b>
<br><b>System Error:&nbsp; at java.awt.Component.dispatchEvent(Compiled
Code)</b>
<br><b>System Error:&nbsp; at</b>
<br><b>java.awt.EventDispatchThread.run(EventDispatchThread.java:82) </b>".
<p>The dll of JPL is being loaded in the directory where are the sources
codes of the classes
<br>( files .java) .
<br>When the program&nbsp; runs in comand line&nbsp; it displays the message
:
<br>"SWI-Prolog resources not found".
<br>What I'm doing wrong ?
<br>Renato Salom&atilde;o
<br>rcsalomao@qualidata.com.br
<br>&nbsp;
<br>&nbsp;</html>

--------------57F7401BA01582A173DE0F42--

