Java and Scala ClassNotFoundException after upgrading to IntelliJ 14
Sample View of the problem
I had the same problem and was able to fix it by right clicking the directory my class was in, and clicking Mark as sources root. This should make your class discoverable and able to run.
Solution