# RemoteApplications **Repository Path**: mirrors_robotframework/RemoteApplications ## Basic Information - **Project Name**: RemoteApplications - **Description**: A Robot Framework test library that enables using libraries in external JVM. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README About RemoteApplications ======================== **NOTE** RemoteApplications is replaced by the new `RemoteSwingLibrary`__ project, as in most cases RemoteApplications was simply used with SwingLibrary. **This project is not maintained anymore.** RemoteApplications is a `Robot Framework`_ (RF) test library that is used for launching Java applications on a separate JVM and taking other libraries into use on them. This is useful when application does something that cannot be tested with RF when running on the same JVM. Such cases are when `System.exit` is called by the tested application, when multiple applications running on separate JVMs need to be tested in parallel, or when application is started using Java Web Start. See `Wiki`__ for usage instructions and tips. This projects started as part of `robotframework-javatools`__ project but is nowadays a separate project. Downloads ========= The project jar can be downloaded `google-code`__ Developing RemoteApplications ============================= Starting from version 2.0 the project is built using only maven. Run mvn package to compile the project and mvn verify to run robot tests. .. _Robot Framework: http://robotframework.org __ https://github.com/robotframework/remoteswinglibrary __ https://github.com/robotframework/RemoteApplications/wiki __ http://code.google.com/p/robotframework-javatools __ http://code.google.com/p/robotframework-javatools/downloads/list