eon01 | hello | 04:21 |
---|---|---|
eon01 | I have problems with instalation of JADE in Ubuntu | 04:21 |
eon01 | Any one here ? | 04:21 |
nthykier | eon01: what is the issue? | 06:43 |
eon01 | Hello nthykier , when I execute " java jade.Boot –gui " I have errors | 06:52 |
eon01 | Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot | 06:52 |
eon01 | nthykier, I configured classpath correctly with the 4 jar files of JADE | 06:53 |
nthykier | eon01: Are you sure it is called "jade.Boot" or that the jars in the classpath are all spelled correctly, because that is about my best guess here | 07:12 |
eon01 | nthykier, Yes Jars in the classpath are correctly spelled , in the end of the error I see this : Could not find the main class: jade.Boot. Program will exit. | 07:13 |
persia | eon01: Which release? | 07:14 |
eon01 | 3.7 | 07:14 |
eon01 | persia, 3.7 | 07:15 |
persia | That's for jade? Which Ubuntu release? | 07:16 |
eon01 | persia, 9.10 | 07:17 |
persia | No idea then. You're sure to meet the JRE requirements for JADE. | 07:18 |
nthykier | I get the same error if I run: java non-existant-class - I don't think it is the JRE that fails | 07:19 |
eon01 | yes , I'm not sure about setting the JAVA_HOME persia | 07:19 |
nthykier | How do you set the classpath? Environment variable? | 07:20 |
eon01 | sudo gedit /etc/environment | 07:20 |
eon01 | then add the jars to the classpath | 07:21 |
nthykier | what does env | grep -i CLASSPATH print? | 07:21 |
eon01 | oops it prints nothing | 07:22 |
persia | My memory is that nothing ever sources /etc/environment, but rather that some tools will extract specific values from it. | 07:23 |
persia | I forget precisely the file, but try adding it to something like ~/.Xsession | 07:23 |
persia | Alternately, try from the command line with `CLASSPATH=... java jade.Boot -gui` | 07:24 |
persia | (where ... is replaced with the actual value you wanted) | 07:24 |
eon01 | persia, I tried this : CLASSPATH..... java jade.Boot and I think it works | 07:27 |
persia | In that case, it's definitely the CLASSPATH setting that's not exported to your environment. If you want to launch it from a .desktop file, you're going to have to find a way to export the variable to your entire session. | 07:28 |
nthykier | or wrap the java call in shell script that sets the CLASSPATH | 07:28 |
eon01 | Agent container Main-Container@eon-Spider is ready. | 07:29 |
eon01 | but I dont see any GUI ?! | 07:29 |
* persia doesn't know anything at all about JADE | 07:30 | |
* nthykier does not either | 07:32 | |
eon01 | me too , it's my first time working with JADE | 07:33 |
eon01 | Java wiith Linux is so obscure :((( | 07:34 |
eon01 | Thanks for help guys , nthykier , persia :))) | 07:36 |
nthykier | you are welcome | 07:36 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!