How to run JADE (Java Agent DEvelopment Framework) in linux?

0

How to run JADE (Java Agent DEvelopment Framework) , is it a Framework for SMA, in the latest version of lubuntu?

I'm using Lubuntu 32bits - 17.10.1.

I'm having a problem running it on lubuntu (the pc I have available for use at the moment is bad for running windows, so I have to turn around with lubuntu).

What I've done so far:

  • I downloaded the site extract lib .jar.
  • In terminal I typed sudo gedit ~/.bashrc
  • At the end of the open file I typed export CLASSPATH=/home/user/Desktop/JADE/jade-core/jade/lib/jade.jar:/home/Desktop/ which is where I extracted the lib. The path is exactly the same, with no errors.
  • On terminal again: java jade.Boot -gui . I get the following error
  •   

    "Error: Could not locate or load jade.Boot main class"

    How to solve this?

    I'm using

    $ java -version
    
      

    java version "1.8.0_171"
      Java (TM) SE Runtime Environment (build 1.8.0_171-b11)
      Java HotSpot (TM) Client VM (build 25.171-b11, mixed mode)

        
    asked by anonymous 25.04.2018 / 12:10

    0 answers