Posts by Bieeel • 1 point
2 posts
-
0
votes1
answer45
viewsQ: I need help on the Docker
Hello, I created my Dockerfile and added some functions, but I need to execute a command inside it and I can’t. Java CMD -Xmx$SERVER_RAM -Xms$SERVER_RAM -jar $SERVER_JAR nogui (it starts and appears…
-
-1
votes1
answer59
viewsQ: Read only a portion of a. txt file in Java
Hi, I’m developing a Discord bot and wanted it to get the Guild ID and Chat I made it write automatically when someone typed -setarbot Guild: 430119147146444807 Channel: 437245715576520716 in a file…