Why do I get the error "Could not load the main class" ?
Estimated Reading Time: < 1 MinuteThis error is usually returned by javaw.exe on Windows
It means that the class has been found but there were problems while running it, for example if the license is missing. Use java.exe to see a more complex error message that will help in diagnosing the problem.