Manual Installation with JAR(Linux, Windows,...)
Get the JAR (via our dashboard)
Set the jar in a appropriate folder and run it:
If you use Java 9 or higher: please add those arguments before the -jar arument:
--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED
Exemple : java -Xms128M -Xmx512M --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED -jar dreamnetwork.jar
It helps to prevent for carbage collections.
Last updated
Was this helpful?