Advertisement
Guest User

Untitled

a guest
May 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. java -Dcom.sun.management.jmxremote \
  2. -Dcom.sun.management.jmxremote.port=9010 \
  3. -Dcom.sun.management.jmxremote.local.only=false \
  4. -Dcom.sun.management.jmxremote.authenticate=false \
  5. -Dcom.sun.management.jmxremote.ssl=false \
  6. -jar Notepad.ja
  7.  
  8.  
  9.  
  10.  
  11.  
  12. screen -dmS Survival java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Xms15G -Xmx18G -jar fix.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement