我正在嘗試使用類型安全激活器來創建一個簡單的hello-akka項目。我有一切工作,該項目甚至運行在類型安全選項卡。我點擊創建eclipse項目,一些文件被添加到我的目錄中,但我無法弄清楚如何打開它們並在eclipse中運行該文件!如何使用eclipse打開Akka項目?
這些文件我目前在目錄中有:(?GITIGNORE FILE)
- .sbtserver
- 項目
- SRC
- 目標
- gitignore
activator.bat and activator.jar
build.sbt
在另一個工作區,我試圖創造我自己的斯卡拉項目,通過增加阿卡 - actor.jar到libary但我得到以下錯誤:
Description Resource Path Location Type
missing or invalid dependency detected while loading class file 'ActorSystem.class'. Could not access term typesafe in package com, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.) A full rebuild may help if 'ActorSystem.class' was compiled against an incompatible version of com. tst Unknown Scala Problem
任何幫助或建議將不勝感激!