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 ビルド パス] を選択し、[ライブラリ] タブを選択して、[外部 Jar の追加] ボタンをクリックします。先ほどダウンロードした jar を選択し、[OK] をクリックします。これにより、Eclipse クラスパスに scalatest が追加されます。