- In the replit command line configure the PATH using:
export PATH=$HOME/cooperari-replit/bin:$PATH
- Access the examples directory and execute
cjavac
to compile the examples.
- Run the examples in cooperative mode using
cjunit org.cooperari.examples.All
or in preemptive mode using
cjunitp org.cooperari.examples.All