= Downloads = === Mulan, Renew and example applications binary preview === 1. Download zip file : [https://paose.informatik.uni-hamburg.de/downloads/RenewMTP-20100917.zip Renew binary (Mulan Technology Preview)] 1. Extract zip file 1. Go to folder where zip file has been extracted (i.e. ''cd !RenewMulanBinary'') 1. Run via command line: `java -jar loader.jar gui` === Renew release === Renew 2.4 is available at http://www.renew.de/ === Lola Plugin === The Lola Plugin for Renew integrates verification capabilities in the Renew tool. It requires Renew 2.4 which can be also downloaded from this site. To use the plugin, just download the zip-file for your system type and unzip it into the plugins directory of Renew 2.4. To use the ability to display reachability graphs you will additionally need dot (part of graphviz). Please consult the README file, which is part of the distribution. When you start Renew, you should see Lola in the Start screen (or the prompt's ''list'' command) and the menu entry "Lola Integration" in the Tool menu. For further detail see this publication at http://ceur-ws.org/Vol-723/paper9.pdf. Lola Plugin 0.8.4 for Linux [https://paose.informatik.uni-hamburg.de/downloads/lola-2.4_0.8.4-lin32.zip 32bit] [https://paose.informatik.uni-hamburg.de/downloads/lola-2.4_0.8.4-lin64.zip 64it] (May 2013) Lola Plugin 0.8.4 for Windows [https://paose.informatik.uni-hamburg.de/downloads/lola-2.4_0.8.4-win32.zip 32bit] [https://paose.informatik.uni-hamburg.de/downloads/lola-2.4_0.8.4-win64.zip 64it] (May 2013) Lola Plugin 0.8.4 for Mac (Intel) [https://paose.informatik.uni-hamburg.de/downloads/lola-2.4_0.8.4-mac64.zip 64it] (May 2013) ==== Known Issues ==== ===== Rechability graph creation fails on Mac OS X Gui application although Graphviz is installed ===== If started by double-clicking the PATH variable uses the system default values. Since dot is found in /opt/local/bin (Mac Ports) the execution of dot will fail. *Remedy:* Add a line containing the full new path for the system in file /etc/launchd.conf. If the file does not exist, simply do '''something like''' the following and reboot your system. {{{ sudo echo "setenv PATH /usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin" >> /etc/launchd.conf }}} If the file already exists, edit the file as super user. See also this [[http://serverfault.com/questions/16355/how-to-set-global-path-on-os-x/277034#277034|discussion]] on Serverfault. Check your current PATH variable by downloading this [[https://paose.informatik.uni-hamburg.de/paose/raw-attachment/wiki/Downloads/pathproperty.rnw|net]] and starting it in Renew. (See the [[https://paose.informatik.uni-hamburg.de/paose/attachment/wiki/Downloads/pathproperty.rnw|net]].) ===== Using the Lola plugin on Windows ===== * The Lola executables require a cygwin (see http://www.cygwin.com) environment. Add your cygwin bin folder (e.g.: ''c:\cygwin\bin'') to the ''Path'' environment variable.