In my application which is running on Java 8 I used third party library which is using org.jboss.logmanager.LogManager So I added this jar in bootclass path and it works fine. B
In JAVA jdk 11 and above, if you are developing a java console app then you only need to set the PATH environment variable. You do not need to set the CLASSPATH environment variable.