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_virgilio.it>: > 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® 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.2.0 : Thu Feb 02 2012 - 02:31:58 CET