You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my dedicated server build, I occasionally need to run multiple versions of Java at the same time. To run the latest version of java, this library does the job, but when I want to run java8 for modded servers, I need to specify where the java executible is.
I would suggest adding a executable option, with the default value of java to the javaserver config, and then implementing it in the start function.
On my dedicated server build, I occasionally need to run multiple versions of Java at the same time. To run the latest version of java, this library does the job, but when I want to run java8 for modded servers, I need to specify where the java executible is.
I would suggest adding a
executable
option, with the default value ofjava
to the javaserver config, and then implementing it in the start function.Current
Suggested
The text was updated successfully, but these errors were encountered: