Changes between Version 14 and Version 15 of PromotFAQ
- Timestamp:
- Apr 11, 2012, 4:26:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotFAQ
v14 v15 3 3 [[PageOutline]] 4 4 5 == How can I run ProMoT using Windows XP/Vista ? ==5 == How can I run ProMoT using Windows XP/Vista/7? == 6 6 7 7 The preferred file to start ProMoT is promot.bat. It starts both the Kernel and the GUI. … … 39 39 If this all does not work, 40 40 * make sure that you use java version 6.0, 41 * and the hostname on linux does not start with a number (Then you should change the hostname in /etc/hosts). 41 42 * the directory for the binding handle of the server is the same like the one for the GUI: 42 43 {{{ … … 47 48 ... 48 49 }}} 49 * and the hostname on linux does not start with a number (Then you should change the hostname in /etc/hosts).50 51 50 52 51 == The software is not responding anymore, is it possible to save my changes anyhow? == 53 52 54 You can try to kill just the java gui(via an xkill, or killing the process in the console; in emacs you can kill the buffer *compilation*).53 You can try to kill just the java GUI (via an xkill, or killing the process in the console; in emacs you can kill the buffer *compilation*). 55 54 Go to the server (on the console or the *promot-server* buffer in emacs). If the server looks OK (Press Enter, the prompt PK(..): appears) 56 start a new guion the running server, then your model will not be lost. It is still present in the server..55 start a new GUI on the running server, then your model will not be lost. It is still present in the server.. 57 56 58 ProMoT version 0.8.3: If it's not possible to start a guion the running server, go to the server prompt (either on the console or in the *promot-server* buffer in emacs),57 ProMoT version 0.8.3: If it's not possible to start a GUI on the running server, go to the server prompt (either on the console or in the *promot-server* buffer in emacs), 59 58 press Enter, ''PK(..):'' should appear. Now type: ''(save-all "~/current_model.mdl")''. This will save all loaded classes into the file current_model.mdl in your home. 60 59