I imported a Maven project (File > Import... > Maven > Existing Maven Projects) using Scala source code as well as Java source code into Eclipse Helios. While the Scala source get's recognized correctly the Java code is not recognized.
How can I make Eclipse understand the Java part as well?

Have you tried adding the
/src/main/java/folder as a source folder via:This should result in a
<classpathentry>in your.classpathfile.Sometimes the
.projectfile misses the Java nature completely:Note: your package / project explorer view might be configured to filter '.* resources'. You can also access these files via Strg + Shift + R.