Skip to content

Latest commit

 

History

History

oris

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Oris Model for the Concurrent Task Control

Running this as Eclipse Project

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update 
sudo apt-get install openjdk-11-jdk

If you have more than one java versions installed, you need to set the default.

sudo update-alternatives --config java

And also javac

sudo update-alternatives --config javac

Also remember to export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64

  • Manually install sirio as maven dependency (I had credential problems following the installation procedure described here)
  mvn install:install-file \
   -Dfile=lib/sirio-2.0.0-SNAPSHOT.jar \
   -DgroupId=org.oris-tool \
   -DartifactId=sirio \
   -Dversion=2.0.0-SNAPSHOT \
   -Dpackaging=jar \
   -DgeneratePom=true

Then you are all set and could use this as an eclipse project.