From f48b0fc9fa14e17313b43877df1d4ffef3a347ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Trondsen?= Date: Fri, 27 Mar 2020 10:54:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 033d29c..2788907 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ This project uses: - Currently throws "WARNING: An illegal reflective access operation has occurred", when the java version used is >8. This has no effect on function or performance, and is just a warning. -- Exception when using Mac OS: Please run the JVM with -XstartOnFirstThread. For example: +- Exception when using Mac OS: Please run the JVM with -XstartOnFirstThread. For example:
```java -XstartOnFirstThread -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main```