Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从使用 eclipse 的 scala 开始,在将 ScalaTest 添加到我的项目时遇到了问题。我已经下载了 ScalaTest,但接下来呢?我刚从jvm开始,感到迷茫......
右键单击项目,选择 Java Build Path,选择标签库并单击按钮“添加外部 Jar”。选择您刚刚下载的 jar,然后单击 OK。这应该将 scalatest 添加到您的 Eclipse 类路径中。