eclipse - Scala IDE can't resolve dependeices -
I am using Scala IDE and I have the following build.sbt:
Name: = "Hello" version: = "1.0" Scale Version: = "2.9.1" LibraryDispension + = "org.apache.commons"% "Commons-Lang3"% "3.3.2"
< / Pre>is my class:
object textplatform {df partition half (string)} {{StringUtils.isEmpty (inputString)}}
Eclipse can not solve reliance for StringUtils In fact, I have problems with Eclipse / SBT I keep them to import anything out of SlaLa. * Package.
I'm new to Scala, try it just by making a real example, but it looks like E Can not How to solve any idea?
Thank you
Eclipse is not directly integrated with SBT you can manually Eclipse can add reliance on the build path, or you can use to create eclipse project files with the correct dependencies based on your build .sbt.
Personally, I use Mwen (with SBT), from emptying does integrate with maven (m2eclipse and), and the external step to create the right project file Without the need to update your dependency based on your pom.xml
.
Comments
Post a Comment