EventSim/Installation Guide
< EventSim
- Install Java 8 JDK, EventSim won't work with Java 7 and below
- Download and unpack Eclipse Mars (IDE for Java and DSL Developers recommended)
- Under Windows, 7-Zip is recommended for unpacking; the unpacker built into Windows may not work properly
- Run Eclipse
- Enable subversion support in Eclipse
- Choose Help -> Eclipse Marketplace... and search for Subversive. Click Install. Use default feature selection.
- After restarting Eclipse, choose Window -> Preferences -> Team -> SVN, select the SVN Connector tab and press 'Get Connectors...'
- Choose and install one of the connectors displayed, SVN Kit (latest) is recommended
- Install Palladio (choose one option)
Option 1 (recommended for regular users): Install Palladio from Eclipse Marketplace(currently not recommended, use Option 2)- Choose Help -> Eclipse Marketplace... and search for Palladio. Click Install.
- Select and install Palladio 4.0
- Option 2 (recommended for developers): Install Palladio from Nightly Update Site
- Go to Help -> Install New Software... and "work with"
https://sdqweb.ipd.kit.edu/eclipse/palladiosimulator/nightly/
- Select and install all features listed
- Go to Help -> Install New Software... and "work with"
- Install EventSim (choose one option)
- Option 1 (recommended for regular users): Install EventSim from nightly update site
- Go to Help -> Install New Software... and "work with"
https://sdqweb.ipd.kit.edu/eclipse/palladio/addons/eventsim/nightly/
- Select and install all features listed
- Go to Help -> Install New Software... and "work with"
- Option 2 (recommended for developers): Check out EventSim sources into workspace
- Download EventSim team project set (probably outdated!) from
https://svnserver.informatik.kit.edu/i43/svn/code/Palladio/Addons/EventSim/trunk/eventsim.psf
(use your own or anonymous credentials) - Choose File -> Import -> Team -> Team Project Set
- Select File and browse for downloaded
eventsim.psf
file
- Option 1 (recommended for regular users): Install EventSim from nightly update site
- Install R Project required for storing and processing simulation results
- Run R with administrator privileges
- In R, type
install.packages(c('Rserve', 'data.table', 'ggplot2', 'XML', 'svglite'))
- For Mac Users:
install.packages("Rserve", "Rserve_1.8-6.tgz", "http://www.rforge.net/")