Does this look familiar to you?
com.intellij.openapi.roots.ProjectRootManager.getProjectJdk()
Lcom/intellij/openapi/projectRoots/ProjectJdk;
java.lang.NoSuchMethodError: com.intellij.openapi.roots.ProjectRootManager.getProjectJdk() Lcom/intellij/openapi/projectRoots/ProjectJdk;
at net.stevechaloner.intellijad.IntelliJad$3.run(IntelliJad.java:339)
If you run Idea 8+ like I do you may have run into this recently. The simple fix is to uninstall IntelliJad and install IntelliJad8. The older plugin is not compatible with the latest releases of the IDE.

Thank you for clarifying this.
By: Greg Chabala on July 1, 2009
at 3:48 pm