我正在创建一个电梯scala应用程序
这是我的问题
当我导入net.liftweb.mapper._ package 时,编译器会给我错误...
我尝试添加 lift-mapper_2.9.1-2.4-M4.jar jar文件来构建路径,但错误存在..!
编译器显示..
bad symbolic reference. A signature in package.class refers to term db in package net.liftweb which is not available. It may be completely missing from
the current classpath, or the version on the classpath might be incompatible with the version used when compiling package.class.
答案 0 :(得分:1)
尝试通过SBT
或maven
配置添加映射器?
无论如何,Scala-2.9.1和Lift 2.4-M4非常过时。更好地利用类似的东西开始:https://github.com/lift/lift_25_sbt/
它开箱即用,您只需添加1行即可添加mapper
支持。 (之后,将通过SBT
自动下载所有依赖项并将其添加到项目中。)