back to API     back to index     back to guided tour index     prev     next  

0. Installation and setup

Follow the instructions for downloading and installing ProActive.

 

The programming exercises in the first part imply that you :

Set the CLASSPATH as follow :

Under linux :

export CLASSPATH=.:./ProActive_examples.jar:./ProActive.jar:./lib/bcel.jar:./lib/asm.jar:./lib/log4j.jar:./lib/xercesImpl.jar:./lib/components/fractal.jar:./lib/bouncycastle.jar

Under windows :

set CLASSPATH=.;.\ProActive_examples.jar;.\ProActive.jar;.\lib\bcel.jar;.\lib\asm.jar;.\lib\log4j.jar;.\lib\xercesImpl.jar;.\lib\components\fractal.jar;.\lib\bouncycastle.jar

 

Concerning the second part of the tutorial (examples of some functionalities):