I am connecting to MySQL JDBC from Java. When I am running under Tomcat, things are fine. When I am executing the same code in a Main class under IDEA, I am getting NoClassDefFoundError when the following code is being executed:
lclsDBDriver = Class.forName(lstrDBDriver);
lclsDBDriver = Class.forName(lstrDBDriver);