I recently switched to Ubuntu 11.10. I checked out my project from svn and created the required modules and libraries in IntelliJ as always. But for some reason I can't compile the project and I get:
Error: *.class (No such file or directory)
for all of the classes in the project. I checked the project structure and everything seems normal. I can't even guess what the problem might be. The only difference in the project under Ubuntu from Windows is that I used Sun Java 6 in Windows but now I'm using OpenJDK 6. I will provide more details if required.