summarylogtreecommitdiffstats
path: root/jameica-start-script.patch
blob: 2f09addabdc21e59767dc182a2bc71242b538b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
6,13c6
< #_JCONSOLE="-Dcom.sun.management.jmxremote"
< 
< # https://www.willuhn.de/bugzilla/show_bug.cgi?id=774
< # https://www.willuhn.de/bugzilla/show_bug.cgi?id=798
< 
< link=$(readlink -f "$0")
< dir=$(dirname "$link")
< cd "$dir" 
---
> cd /opt/jameica
19a13,15
> 
> # fix for java9, see https://willuhn.de/blog/index.php?/archives/766-Stolpersteine-unter-Java-9,-Teil-1.html for details
> export JDK_JAVA_OPTIONS='--add-modules=java.se.ee'