You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,20 @@ Before installing H-UPPAAL, make sure that you have Java 8 and JavaFX installed.
12
12
13
13
-----
14
14
15
-
If you are using Linux, you may install JavaFX with the following command:
15
+
If you experience a blank white screen in H-UPPAAL, disable hardware acceleration in the VM-options ([source](https://www.reddit.com/r/javahelp/comments/84w6i6/problem_displaying_anything_with_javafx_only/))
16
16
```
17
-
$ sudo apt-get install openjfx
17
+
-Dprism.order=sw
18
18
```
19
19
20
-
If you experience a blank white screen in H-UPPAAL, disable hardware acceleration in the VM-options ([source](https://www.reddit.com/r/javahelp/comments/84w6i6/problem_displaying_anything_with_javafx_only/))
20
+
### Linux
21
+
If you are using Linux, you may have to install JavaFX with the following command:
21
22
```
22
-
-Dprism.order=sw
23
+
$ sudo apt install openjfx
23
24
```
25
+
### Windows/OSX
26
+
If the app fails to load javafx, you can download the runtime libraries of openjfx from the [gluonhq site](https://gluonhq.com/products/javafx/)
27
+
28
+
On OSX, you might have to add an exception in the security settings panel in order to launch H-Uppaal.
24
29
25
30
## Using the UPPAAL backend
26
31
When running the program, please make sure that you have the following folder structure (relative to the `huppaal.jar`-file). Feel free to only include binary-files for you operating system that you are using, e.g. `bin-Win32`. These binaries are found in the UPPAAL distibution and can simply be copied over to the `huppaal.jar` location.
0 commit comments