My question is about running an application that's in a project managed by sbt 0.10.1
and hence relies on its automatic dependency management (to download and set up appropriate classpath to run).
When using the automatic dependency management, it appears that the only way to run the application is using sbt itself because it knows how to set up the classpath (with a help of Ivy2).
How can I run the application without sbt?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…