# JxBrowser-Examples **Repository Path**: vmvm/JxBrowser-Examples ## Basic Information - **Project Name**: JxBrowser-Examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-06 - **Last Updated**: 2022-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to JxBrowser Examples This repository contains examples of using JxBrowser library. To learn about the library please visit the [product page](https://www.teamdev.com/jxbrowser). ## Setup & Run To run the examples follow the instruction below: 1. Make sure your environment meets the [software and hardware requirements](https://jxbrowser-support.teamdev.com/docs/quickstart/requirements.html). 2. Download a free 30-day evaluation license key by sending a request via the [web form](https://www.teamdev.com/jxbrowser#evaluate). 3. Clone this repository using the following command: ```bash git clone https://github.com/TeamDev-IP/JxBrowser-Examples ``` 4. Open the Gradle project in your favourite IDE: - [Intellij IDEA](https://www.jetbrains.com/help/idea/gradle.html#gradle_import) - [Eclipse](https://marketplace.eclipse.org/content/buildship-gradle-integration#group-details) - [NetBeans](https://netbeans.org/features/java/build-tools.html) 5. Run an example with the following VM parameter: ```bash -Djxbrowser.license.key= ``` ## Documentation Read more about JxBrowser features in our [guides](https://jxbrowser-support.teamdev.com/docs/guides) and [tutorials](https://jxbrowser-support.teamdev.com/docs/tutorials).