| InstallerContactSite Map |
Advanced Installer User Guide | |||
How do I integrate the licensing support in my Java application? |
Answer:Add your java application to the trialware protected list. OptionalDisplaying the "Registration" page from your Java applicationWhen your application is running in trial you may initiate the display of "Registration" page by calling the DisplayRegistration native method of your main class with the following signature: public native static short DisplayRegistration(); Retrieving licensing or trial informationTo read licensing properties you must use the GetPropertyValue native method of your main class with the following signature: public native static String GetPropertyValue(String aName) throws Exception; |
