Live Forms v7.4 is no longer supported. Please visit Live Forms Latest for our current Cloud Release. Earlier documentation is available too.
Application Uploader API Example
Imagine being able to automate uploading multiple Application(s) to all the designer users in a tenant! The Application Uploader described here uses the
Java client API to do exactly that. Once the simple configuration is complete, the Application Uploader uploads the specified application(s) to specified users.
frevvo uses this application before each training class to upload the applications required for the class to the registered students user accounts
These instructions apply to the Windows operating system.
On this page:
Prerequisites
The Application Uploader requires Java version 1.8. Click here to download Java 1.8 if necessary.
Verify that your JAVA_HOME or JRE_HOME environment variable is pointing to the Java 1.8 installation directory. If not, follow these instructions to modify:
Type the set command (Windows and Mac) to review the current value of the JAVA_HOME or JRE_HOME environmental value
The applications must be uploaded to users that have the role of frevvo,designer.
You must have an on-premise installation of
or a tenant in the frevvo cloud that has access to the API turned on. Contact frevvo to request this, if necessary.
Configuration
Download the Application Uploader zip file
Unzip it to a location on your desktop
Edit the config.properties file
The URL parameter specifies the location of your
installation:
Upload Applications Command
Open a command prompt
Navigate to the directory where the ApplicationUploader.jar is located.
Run the jar file :
java -jar ApplicationUploader.jar
If successful, you should see the results in the command window.
Log into your tenant as each of your specified users to verify that your applications were uploaded.