When I tried to compile simple typesafe\' akka program (scala 2.10, akka, 2.1.0):
scalac -cp \"akka-actor_2.10-2.1.0.jar:akka-camel_2.10-2.1.0.jar\" write2.
The message says "There's no package org.apache in my classpath, and I need it while reading file package.class". Pass -Ylog-classpath to scalac and look at what is the real classpath that gets to the compiler.
org.apache
package.class
-Ylog-classpath
scalac