Modifiche per il documento TuCSoN4JADE
Dalla versione 7.1
modificato da Andrea Omicini
il 03/11/2021 23:09
il 03/11/2021 23:09
Cambia il commento:
Nessun commento per questa versione
Alla versione 8.1
modificato da Andrea Omicini
il 03/11/2021 23:11
il 03/11/2021 23:11
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,8 +11,8 @@ 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)// 14 +** {{tucson/}} — from its [[Downloads>>TuCSoN.Downloads]] section //(tucson.jar)// 15 +** {{tuprolog/}} — from its [[Download>>Tuprolog.Downloads]] section //(2p.jar)// 16 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}}