This method of the LicenseMgr Class sets the package for a specific URL. This method cannot be invoked directly. You must first cast the LicenseMgr object to the ILicenseMgr interface and invoke the method through the interface.
public native void setPackage(String url);
url | The Uniform Resource Locator (URL) of the package. |