I went through the support boards and after 10 minutes didn't find anything related to my challenge. When I execute the run.bat file, I get "Error: Could not find or load main class @user_jvm_args.txt". File is present. I have opened user_jvm_args. This is what it shows:
# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M
# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
# -Xmx4G
I didn't change anything because I was going to keep it at 4GB. Any assistance would be appreciated! I'm not a developer, which always is tough trying to learn things from scratch. Currently I have libraries, run.bat, run.sh, & user_jvm_args in my server folder on my desktop.
Appreciate any help or assistance that can be provided!
Thank you!