Eclipse Scala IDE中的Scala

编程入门 行业动态 更新时间:2024-10-10 05:26:09
本文介绍了Eclipse Scala IDE中的Scala-Lift项目错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我安装了 Scala IDE for Eclipse ,它似乎工作正常。所以现在我正在尝试从 Stax应用程序平台导入Lift项目(特别是自动生成的Lift项目),以及现在我的工作空间有四个错误:

I installed Scala IDE for Eclipse, and it seems to be working okay. So now I'm trying to import a Lift project (specifically -- autogenerated Lift project from Stax application platform), and now I'm having four errors at my workspace:

value net is not a member of package <root> Boot.scala /rss2lj/src/scala/bootstrap/liftweb line [3..6] Scala Problem

在行:

import _root_.liftweb.util._ import _root_.liftweb.http._ import _root_.liftweb.sitemap._ import _root_.liftweb.sitemap.Loc._

有人可以帮我解决一下吗?

Could anyone please help me out with it?

UPD :我找到了讨论以及针对基于maven的项目的解决方案,但该项目,我'我试图与之合作不是基于maven。

UPD: I found a discussion with solution for maven-based projects, but the project, I'm trying to work with is not maven-based.

我得到了答案这里,但新错误出现在同一行:

I got an answer here, but the new error occured on the same lines:

error while loading Helpers, Scala signature Helpers has wrong version expected: 5.0 found: 4.1 in /home/gleontiev/workspace/rss2lj/webapp/WEB-INF/lib/ lift-util-1.0.jar(net/liftweb/util/Helpers.class) error while loading LiftRules, Scala signature LiftRules has wrong version expected: 5.0 found: 4.1 in /home/gleontiev/workspace/rss2lj/webapp/WEB-INF/lib/ lift-webkit-1.0.jar(net/liftweb/http/LiftRules.class) error while loading Loc, Scala signature Loc has wrong version expected: 5.0 found: 4.1 in /home/gleontiev/workspace/rss2lj/webapp/WEB-INF/lib/ lift-webkit-1.0.jar(net/liftweb/sitemap/Loc.class) error while loading Menu, Scala signature Menu has wrong version expected: 5.0 found: 4.1 in /home/gleontiev/workspace/rss2lj/webapp/WEB-INF/lib/ lift-webkit-1.0.jar(net/liftweb/sitemap/Menu.class)

推荐答案

提出这样的问题的最佳地点是 Scala IDE用户邮件列表。

The best place to ask questions like this is on the Scala IDE user mailing list.

更多推荐

Eclipse Scala IDE中的Scala

本文发布于:2023-11-25 18:09:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1630791.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Eclipse   Scala   IDE

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!