Hi,
This is the line: Class ourClass = new Class.forName("com.app.something");
And this is the the error: cannot find symbol class forName
My IDE is Intellij Idea.
This is a particular case, but i want to know what causes this type of error, what should i look for.