Skip to content

Instantly share code, notes, and snippets.

@arashi01
Created October 19, 2012 04:45
Show Gist options
  • Save arashi01/3916279 to your computer and use it in GitHub Desktop.
Save arashi01/3916279 to your computer and use it in GitHub Desktop.
9: class file needed by HTTPServletContext is missing.
[error] reference value servlet of package javax refers to nonexisting symbol.
[error] case http: HTTPServletContext => http.ctx.getRealPath(uri)
[error] ^
[error] two errors found
[error] (compile:compile) Compilation failed
[error] Total time: 1 s, completed 19-Oct-2012 07:39:30
> compile
[info] Compiling 7 Scala sources to /home/a.rashid/Work/projects/zantekk-web/target/scala-2.9.2/classes...
[error] /home/a.rashid/Work/projects/zantekk-web/src/main/scala/com/zantekk/www/conf/LiftTemplateEngine.scala:59: class file needed by HTTPServletContext is missing.
[error] reference value servlet of package javax refers to nonexisting symbol.
[error] case http: HTTPServletContext => http.ctx.getRealPath(uri)
[error] ^
[error] one error found
[error] (compile:compile) Compilation failed
[error] Total time: 1 s, completed 19-Oct-2012 07:40:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment