Re: [eclipse-clp-users] Java-ECLIPSE Interface

From: Wit Jakuczun <wit.jakuczun_at_...6...>
Date: Fri, 12 Mar 2010 17:09:44 +0100
Hi,
   here http://87.230.22.228/doc/embedding/embroot041.html you can
find a great tutorial on embedding eclipse into a Java application.

Best regards
-- 
[ Wit Jakuczun  http://www.linkedin.com/in/jakuczunwit  ]



2010/3/11 Dott. Anselmi Biagio <soei85_at_...231...>:
> Hi, can I ask you one thing? I have this problem :
>
> If I have a .pl file  with this  prolog  code :
>
> lunghezza(0,[]).
> lunghezza(N,[_|L] :- lunghezza(N1,L), N is N1+1.
>
> How can i pass by java this query :
>
> ?-lunghezza(X,[a,b,c]).
>
> and how can i print result on the console java?
>
> Thanks for your answering.
>
> Best regards.
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> ECLiPSe-CLP-Users mailing list
> ECLiPSe-CLP-Users_at_lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/eclipse-clp-users
>
Received on Fri Mar 12 2010 - 16:09:57 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 22 2024 - 18:13:20 CET