in scala.mobile
object Location

object Location
extends scala.mobile.Location
with scala.ScalaObject
The object Location can be used to instantiate objects on the same Java VM. It is just provided to illustrate the special case where resources are available locally.

Example:

     val obj = Location.create("xcode.Math");
     val x = obj[Int, Int]("square")(5);
author:
Stephane Micheloud
version:
1.0, 04/05/2004

Constructor Summary
def this



Constructor Detail
def this