Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this chapter, you’ll be creating your first Lift application, but before getting to that, you need to set up your environment so you can compile and run your application code. In order to run on the JVM, Scala code must be compiled before it can be executed. Although it’s possible to compile Scala source code manually, it’s a good idea to have an automated build tool that does this for you.