Run applications JAVA11 without using B4JPackager11
- By TILogistic
Follow these easy steps:
Create a file called Java11.bat and copy it to the c:\ directory
Create a file called Java11.bat and copy it to the c:\ directory
set JAVA_HOME=C:\Java\java-11.0.1 <--- you directory java11
set APP_PATH=%~p1
set APP_NAME=%~nx1
cd...
Last edited: