Modifiche per il documento TuCSoN4JADE
Dalla versione 5.1
modificato da Andrea Omicini
il 03/11/2021 23:05
il 03/11/2021 23:05
Cambia il commento:
Nessun commento per questa versione
Alla versione 6.1
modificato da Andrea Omicini
il 03/11/2021 23:08
il 03/11/2021 23:08
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,33 +8,16 @@ 8 8 9 9 >Getting Started 10 10 11 -<ul style="list-style-type: decimal"> 12 - <li>Download t4j.jar archive from the [[Downloads>>http://bitbucket.org/smariani/tucson4jade/downloads]] section on its [[Bitbucket repository>>http://bitbucket.org/smariani/tucson4jade/]]</li> 13 - <li>Download the libraries it depends on:</li> 14 - <ul style="list-style-type: disc"> 15 - <li>#jade() — from its [[Download>>http://jade.tilab.com/download/jade/]] page //(jade.jar)//</li> 16 - <li>#tucson() — from its [[Downloads>>TuCSoN.Download]] section //(tucson.jar)//</li> 17 - <li>#tuprolog() — from its [[Download>>Tuprolog.Download]] section //(2p.jar)//</li> 18 - </ul> 19 - <li>Open a command prompt in the folder where you put all the four jars above, then type:</li> 20 - <ul style="list-style-type: disc"> 21 - <li> on Linux & Mac OS </li> 22 - 23 - 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 +* download the libraries it depends on 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 +* ppen a command prompt in the folder where you put all the four jars above, then type 17 +** on Linux & Mac OS 24 24 {{code}}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 25 - 26 - <li>on Windows</li> 27 - 28 - 19 +** on Windows 29 29 {{code}}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 30 - 31 - </ul> 32 - <li>#jade() GUI should appear as depicted below:</li> 33 - <ul style="list-style-type: none"> 34 - <li>[[image:t4j-running.jpeg||width="800"]]</li> 35 - ##<li>{image:t4j-running.png|width=800|height=300}</li> 36 - </ul> 37 -</ul> 38 - 39 -{{/html}} 40 -{{/velocity}} 21 +* JADE GUI should appear as depicted below 22 +** [[image:t4j-running.jpeg||width="800"]] 23 +{{include reference='Environment'}}