Changes for page TuCSoN4JADE
From version 6.1
edited by Andrea Omicini
on 03/11/2021 23:08
on 03/11/2021 23:08
Change comment:
There is no comment for this version
To version 8.1
edited by Andrea Omicini
on 03/11/2021 23:11
on 03/11/2021 23:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,9 +11,9 @@ 11 11 * download t4j.jar archive from the [[Downloads>>http://bitbucket.org/smariani/tucson4jade/downloads]] section on its [[Bitbucket repository>>http://bitbucket.org/smariani/tucson4jade/]] 12 12 * download the libraries it depends on 13 13 ** JADE — from its [[Download>>http://jade.tilab.com/download/jade/]] page //(jade.jar)// 14 -** {{tucson/}} — from its [[Downloads>>TuCSoN.Download]] section //(tucson.jar)// 15 -** {{tuprolog/}} — from its [[Download>>Tuprolog.Download]] section //(2p.jar)// 16 -* p pen a command prompt in the folder where you put all the four jars above, then type14 +** {{tucson/}} — from its [[Downloads>>TuCSoN.Downloads]] section //(tucson.jar)// 15 +** {{tuprolog/}} — from its [[Download>>Tuprolog.Downloads]] section //(2p.jar)// 16 +* open a command prompt in the folder where you put all the four jars above, then type 17 17 ** on Linux & Mac OS 18 18 {{code}}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 19 19 ** on Windows