Gigabyted

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Gigabyted

  1. I'm encountering a problem with installing a 1.18.2 Forge server on the binhex container. It appears the container expects to run a .jar file in order to start the server. However, when I install this version of the Forge server, the file that starts the server is a .bat. I haven't been able to find any guidance on this issue in my Googling thus far. The .bat file looks like this REM Forge requires a configured set of both JVM and program arguments. REM Add custom JVM arguments to the user_jvm_args.txt REM Add custom program arguments {such as nogui} to this file in the next line before the %* or REM pass them to this script directly "C:\Program Files\Java\jdk-17.0.5\bin\java.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.1.84/win_args.txt %* pause