- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
How can I package my programs with Scala?
Created by admin on 2008-07-28.
Updated: 2008-07-28, 16:24
For distribution to other Scala users, you can distribute your program via Scala Bazaars. For distribution to wider audiences, you can do it the same way as with any other Java program. Just be sure to include scala-library.jar along with the rest of your compiled code.









