Possible Duplicate:
IntelliJ MyClass.class (No such file or directory) when running application
I'm new to IntelliJ IDEA because so many people says it is much better compared with Eclipse.
I downloaded a lastest version, IntelliJ IDEA 11 UI.
However, after I created a Project with a default Module, and I created a java class named 'Example' as usually, compiled it, ran it, but just with error said that Example.class (No such file or directory)
. It really confused me. Is it such a great IDE that I couldn't even run my program?!
Any thing wrong?
UPDATE:
I just found the answer here, In intelliJ go in Settings > Compiler > Java Compiler and in the Use Compiler choose javac in-process (Java6+ only).
I tried it and it works! But I just cannot understand why?