0
How to Rotate JADE (Java Agent Development Framework), is a framework for SMA, in the latest version of Lubuntu ?
I am using Lubuntu 32bits - 17.10.1.
I’m having a problem running it on Ubuntu (the pc I have available for home use at the moment is bad to run windows, ai to tendo que me com Lubuntu).
What I’ve done so far:
- I downloaded on the site the lib extracts the . jar.
- In the 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 extract the lib. The path is exactly the same, no errors. - In the terminal again:
java jade.Boot -gui
. I get the following error
"Error: Unable to find or load jade main class. Boot"
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)
ja configured the environment variables, has this post here https://answall.com/questions/82229/erro-n%C3%A3o-%C3%A9-poss%C3%Advel-localize-or-load-a-class-main-in-java-eclipse
– Marcelo Batista
The post is for windows, right, my problem is linux.
– C7hulhu