Discussion:
[jade-develop] BASIC JADE INSTALLING PROBLEM
Surachit Sarkar
2014-03-22 06:51:15 UTC
Permalink
Hi, I am facing some problem .I can't find http.jar,iiop.jar and
jadeTools.jar...in some websites it is said that jade.jar will provide
the functionality of other jar files in version 4.1.1.I set the class
path ,but when I am trying to run the code: java jade.Boot
an exception NoClassDfFounder is being created."exception in thread
main NoClassDefFounder : jade/Boot"
How can I resolved it.Pls help me if you allready have solved
it....plese.......... please...... please......
Caire Giovanni
2014-03-28 20:29:49 UTC
Permalink
Hi,

Since Jade 4.x all Jade classes are included in jade.jar. The problem you have is simply related to the fact that you do not put jade.jar in the classpath. Check that carefully.

Bye,

Giovanni

-----Messaggio originale-----
Da: Surachit Sarkar [mailto:surachitsarkar at gmail.com]
Inviato: sabato 22 marzo 2014 07:51
A: Caire Giovanni
Cc: rana_hassaan; jade-develop at avalon.tilab.com
Oggetto: BASIC JADE INSTALLING PROBLEM

Hi, I am facing some problem .I can't find http.jar,iiop.jar and jadeTools.jar...in some websites it is said that jade.jar will provide the functionality of other jar files in version 4.1.1.I set the class path ,but when I am trying to run the code: java jade.Boot an exception NoClassDfFounder is being created."exception in thread main NoClassDefFounder : jade/Boot"
How can I resolved it.Pls help me if you allready have solved it....plese.......... please...... please......
Surachit Sarkar
2014-03-30 13:33:20 UTC
Permalink
hey I set the classpath in this following way.first I created a
variable CLASSPATH in environments variable-->then I copied the
location of jade.jar in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
Fritz Gerneth
2014-03-30 16:13:35 UTC
Permalink
Hello,

can you please provide some additional information:
- The operating system
- The path you have set and the path your jade.jar is in
- The actual output you get when echoing the contents of the
CLASSPATH variable on the command line (e.g. "echo %CLASSPATH% on windows)
- The error you do get when starting the jade container?

Fritz


-----Original Message-----
From: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] On Behalf Of Surachit Sarkar
Sent: Sonntag, 30. M?rz 2014 15:33
To: Caire Giovanni
Cc: jade-develop at avalon.tilab.com
Subject: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM

hey I set the classpath in this following way.first I created a variable
CLASSPATH in environments variable-->then I copied the location of jade.jar
in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
Surachit Sarkar
2014-04-09 08:54:28 UTC
Permalink
please help me...I didnt have internet connection at that time so
couldnt post soon.....but please help me....I have windows xp2 ....
when i am typing --> echo %Path%
i am getting the following output :
C:\WINDOWS\system32;C:WINDOWS\system32\Wbem;C:\Program
Files\Java\jdk1.6.0\bin;

and when i am typing --> echo %CLASSPATH%
i am getting the following output : ;.;C:\Program Files\Java\jade\lib\jade.jar



earlier I said that I couldnt find other .jar files (such as
jadeTools.jar,http.jar etc)....I downloaded JADE-all-4.3.1 and made a
separate folder --> jade. whwre there are files like lib src bin etc

while trying -->java -cp lib\jade.jar jade.Boot -gui

I am getting the following codees:

Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot
Caused by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: jade.Boot. Program will exit.

please help me what should I do ? I want to build an agent and run it
please help me as soon as possible
Post by Fritz Gerneth
Hello,
- The operating system
- The path you have set and the path your jade.jar is in
- The actual output you get when echoing the contents of the
CLASSPATH variable on the command line (e.g. "echo %CLASSPATH% on windows)
- The error you do get when starting the jade container?
Fritz
-----Original Message-----
From: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] On Behalf Of Surachit Sarkar
Sent: Sonntag, 30. M?rz 2014 15:33
To: Caire Giovanni
Cc: jade-develop at avalon.tilab.com
Subject: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
hey I set the classpath in this following way.first I created a variable
CLASSPATH in environments variable-->then I copied the location of jade.jar
in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
Nikhil Chilwant
2014-04-09 15:26:47 UTC
Permalink
go for Eclipse IDE. It will make you life much easy.
Post by Surachit Sarkar
please help me...I didnt have internet connection at that time so
couldnt post soon.....but please help me....I have windows xp2 ....
when i am typing --> echo %Path%
C:\WINDOWS\system32;C:WINDOWS\system32\Wbem;C:\Program
Files\Java\jdk1.6.0\bin;
and when i am typing --> echo %CLASSPATH%
i am getting the following output : ;.;C:\Program
Files\Java\jade\lib\jade.jar
earlier I said that I couldnt find other .jar files (such as
jadeTools.jar,http.jar etc)....I downloaded JADE-all-4.3.1 and made a
separate folder --> jade. whwre there are files like lib src bin etc
while trying -->java -cp lib\jade.jar jade.Boot -gui
Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot
Caused by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: jade.Boot. Program will exit.
please help me what should I do ? I want to build an agent and run it
please help me as soon as possible
Post by Fritz Gerneth
Hello,
- The operating system
- The path you have set and the path your jade.jar is in
- The actual output you get when echoing the contents of the
CLASSPATH variable on the command line (e.g. "echo %CLASSPATH% on
windows)
Post by Fritz Gerneth
- The error you do get when starting the jade container?
Fritz
-----Original Message-----
From: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] On Behalf Of Surachit
Sarkar
Post by Fritz Gerneth
Sent: Sonntag, 30. M?rz 2014 15:33
To: Caire Giovanni
Cc: jade-develop at avalon.tilab.com
Subject: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
hey I set the classpath in this following way.first I created a variable
CLASSPATH in environments variable-->then I copied the location of
jade.jar
Post by Fritz Gerneth
in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
--
Nikhil Chilwant
3rd year UG student
Production and Industrial Engineering,
IIT Delhi, New Delhi 110016
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20140409/ae7e6015/attachment.html>
Caire Giovanni
2014-04-10 16:04:13 UTC
Permalink
Hi,

Delete all Jade stuff earlier than 4.3.1.
Move to the directory where you have jade.jar (the one you extracted from JADE 4.3.1. distribution package).
Type
java -cp jade.jar jade.Boot -gui

Bye,

Giovanni

-----Messaggio originale-----
Da: jade-develop-bounces at avalon.tilab.com [mailto:jade-develop-bounces at avalon.tilab.com] Per conto di Surachit Sarkar
Inviato: mercoled? 9 aprile 2014 10:54
A: Fritz Gerneth
Cc: jade-develop at avalon.tilab.com
Oggetto: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM

please help me...I didnt have internet connection at that time so couldnt post soon.....but please help me....I have windows xp2 ....
when i am typing --> echo %Path%
i am getting the following output :
C:\WINDOWS\system32;C:WINDOWS\system32\Wbem;C:\Program
Files\Java\jdk1.6.0\bin;

and when i am typing --> echo %CLASSPATH%
i am getting the following output : ;.;C:\Program Files\Java\jade\lib\jade.jar



earlier I said that I couldnt find other .jar files (such as jadeTools.jar,http.jar etc)....I downloaded JADE-all-4.3.1 and made a separate folder --> jade. whwre there are files like lib src bin etc

while trying -->java -cp lib\jade.jar jade.Boot -gui

I am getting the following codees:

Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot Caused by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source) Could not find the main class: jade.Boot. Program will exit.

please help me what should I do ? I want to build an agent and run it please help me as soon as possible
Post by Fritz Gerneth
Hello,
- The operating system
- The path you have set and the path your jade.jar is in
- The actual output you get when echoing the contents of the
CLASSPATH variable on the command line (e.g. "echo %CLASSPATH% on windows)
- The error you do get when starting the jade container?
Fritz
-----Original Message-----
From: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] On Behalf Of Surachit Sarkar
Sent: Sonntag, 30. M?rz 2014 15:33
To: Caire Giovanni
Cc: jade-develop at avalon.tilab.com
Subject: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
hey I set the classpath in this following way.first I created a
variable CLASSPATH in environments variable-->then I copied the
location of jade.jar in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
Surachit Sarkar
2014-04-10 18:33:21 UTC
Permalink
I typed: java -cp jade.jar jade.Boot -gui
but i am getting the following message-->
Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot
Caused by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: jade.Boot. Program will exit.



however when I am typing java -cp jade.Boot the following result is
coming up -->

C:\Program Files\Java\jade\lib>java -cp jade.Boot
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.

-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see java.lang.instrument

-splash:<imagepath>
show splash screen with specified image




my jade.jar is in C:\Program Files\Java\jade\lib directory.please
help me. I am going to download eclipse for java developer .will it
ease the work? please help me...
Post by Caire Giovanni
Hi,
Delete all Jade stuff earlier than 4.3.1.
Move to the directory where you have jade.jar (the one you extracted from
JADE 4.3.1. distribution package).
Type
java -cp jade.jar jade.Boot -gui
Bye,
Giovanni
-----Messaggio originale-----
Da: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] Per conto di Surachit Sarkar
Inviato: mercoled? 9 aprile 2014 10:54
A: Fritz Gerneth
Cc: jade-develop at avalon.tilab.com
Oggetto: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
please help me...I didnt have internet connection at that time so couldnt
post soon.....but please help me....I have windows xp2 ....
when i am typing --> echo %Path%
C:\WINDOWS\system32;C:WINDOWS\system32\Wbem;C:\Program
Files\Java\jdk1.6.0\bin;
and when i am typing --> echo %CLASSPATH%
i am getting the following output : ;.;C:\Program
Files\Java\jade\lib\jade.jar
earlier I said that I couldnt find other .jar files (such as
jadeTools.jar,http.jar etc)....I downloaded JADE-all-4.3.1 and made a
separate folder --> jade. whwre there are files like lib src bin etc
while trying -->java -cp lib\jade.jar jade.Boot -gui
Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot Caused
by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source) Could not find
the main class: jade.Boot. Program will exit.
please help me what should I do ? I want to build an agent and run it please
help me as soon as possible
Post by Fritz Gerneth
Hello,
- The operating system
- The path you have set and the path your jade.jar is in
- The actual output you get when echoing the contents of the
CLASSPATH variable on the command line (e.g. "echo %CLASSPATH% on windows)
- The error you do get when starting the jade container?
Fritz
-----Original Message-----
From: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] On Behalf Of Surachit Sarkar
Sent: Sonntag, 30. M?rz 2014 15:33
To: Caire Giovanni
Cc: jade-develop at avalon.tilab.com
Subject: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
hey I set the classpath in this following way.first I created a
variable CLASSPATH in environments variable-->then I copied the
location of jade.jar in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle
persone indicate. La diffusione, copia o qualsiasi altra azione derivante
dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora
abbiate ricevuto questo documento per errore siete cortesemente pregati di
darne immediata comunicazione al mittente e di provvedere alla sua
distruzione, Grazie.
This e-mail and any attachments is confidential and may contain privileged
information intended for the addressee(s) only. Dissemination, copying,
printing or use by anybody else is unauthorised. If you are not the intended
recipient, please delete this message and any attachments and advise the
sender by return e-mail, Thanks.
Surachit Sarkar
2014-04-10 18:42:31 UTC
Permalink
Post by Surachit Sarkar
I typed: java -cp jade.jar jade.Boot -gui
but i am getting the following message-->
Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot
Caused by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: jade.Boot. Program will exit.
however when I am typing java -cp jade.Boot the following result is
coming up -->
C:\Program Files\Java\jade\lib>java -cp jade.Boot
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.
-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see
java.lang.instrument
-splash:<imagepath>
show splash screen with specified image
my jade.jar is in C:\Program Files\Java\jade\lib directory.please
help me. I am going to download eclipse for java developer .will it
ease the work? please help me...
Post by Caire Giovanni
Hi,
Delete all Jade stuff earlier than 4.3.1.
Move to the directory where you have jade.jar (the one you extracted from
JADE 4.3.1. distribution package).
Type
java -cp jade.jar jade.Boot -gui
Bye,
Giovanni
-----Messaggio originale-----
Da: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] Per conto di Surachit Sarkar
Inviato: mercoled? 9 aprile 2014 10:54
A: Fritz Gerneth
Cc: jade-develop at avalon.tilab.com
Oggetto: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
please help me...I didnt have internet connection at that time so couldnt
post soon.....but please help me....I have windows xp2 ....
when i am typing --> echo %Path%
C:\WINDOWS\system32;C:WINDOWS\system32\Wbem;C:\Program
Files\Java\jdk1.6.0\bin;
and when i am typing --> echo %CLASSPATH%
i am getting the following output : ;.;C:\Program
Files\Java\jade\lib\jade.jar
earlier I said that I couldnt find other .jar files (such as
jadeTools.jar,http.jar etc)....I downloaded JADE-all-4.3.1 and made a
separate folder --> jade. whwre there are files like lib src bin etc
while trying -->java -cp lib\jade.jar jade.Boot -gui
Exception in thread "main" java.lang.NoClassDefFoundError: jade/Boot Caused
by: java.lang.ClassNotFoundException: jade.Boot
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source) Could not find
the main class: jade.Boot. Program will exit.
please help me what should I do ? I want to build an agent and run it please
help me as soon as possible
Post by Fritz Gerneth
Hello,
- The operating system
- The path you have set and the path your jade.jar is in
- The actual output you get when echoing the contents of the
CLASSPATH variable on the command line (e.g. "echo %CLASSPATH% on windows)
- The error you do get when starting the jade container?
Fritz
-----Original Message-----
From: jade-develop-bounces at avalon.tilab.com
[mailto:jade-develop-bounces at avalon.tilab.com] On Behalf Of Surachit Sarkar
Sent: Sonntag, 30. M?rz 2014 15:33
To: Caire Giovanni
Cc: jade-develop at avalon.tilab.com
Subject: Re: [jade-develop] BASIC JADE INSTALLING PROBLEM
hey I set the classpath in this following way.first I created a
variable CLASSPATH in environments variable-->then I copied the
location of jade.jar in that class path variable.isnt it okay?
please help me I need to complete an assignment in agent based
programming(Tour management).Please help me.
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle
persone indicate. La diffusione, copia o qualsiasi altra azione derivante
dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora
abbiate ricevuto questo documento per errore siete cortesemente pregati di
darne immediata comunicazione al mittente e di provvedere alla sua
distruzione, Grazie.
This e-mail and any attachments is confidential and may contain privileged
information intended for the addressee(s) only. Dissemination, copying,
printing or use by anybody else is unauthorised. If you are not the intended
recipient, please delete this message and any attachments and advise the
sender by return e-mail, Thanks.
Loading...