BANME 5 Share Posted February 3, 2020 Saw a lot of users complaining about this recently and using the following as run.bat will correct the issue. @echo off java -jar -Xmx1536m DBLauncher.jar pause >nul You can set a specific version of java by changing java to the following "C:\Program Files\Java\jre1.8.0_241\bin\javac.exe" This error is caused due to multiple java versions and the default selected version is the cause. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now