Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
To install the Open Liberty Tools and other WebSphere Developer Tools features:
- If you don’t already have Eclipse, install Eclipse Oxygen for Java EE Developers ( 4.7 )
- Start your Eclipse workbench.
- Start the installation using either of the following methods.
- Locate the installation files from your Eclipse workbench:
- Click Help > Eclipse Marketplace.
- In the Find field, type Liberty.
- In the list of results, locate IBM Liberty Developer Tools for Eclipse Oxygen (and later) and then click Install. The Confirm Selected Features page opens.
- Drag an Install icon from a web page to your Eclipse workbench:
- Click download Liberty page
- Select IBM Liberty Developer Tools for Eclipse Oxygen (and later) from the asset list.
- Locate the Install icon for WebSphere Application Server Liberty.
- Select and drag the Install icon to your Eclipse workbench, and drop it on the Eclipse toolbar. The Confirm Selected Features page opens.
- Locate the installation files from your Eclipse workbench:
- On the Confirm Selected Features page, expand the parent nodes and select the WebSphere Application Server Liberty Tools feature and any other feature that are needed. When you are finished, click Confirm.
- On the Review Licenses page, review the license text. If you agree to the terms, click I accept the terms of the license agreements and then click Finish. The installation process starts.
Note:
During the installation, a Security Warning dialog box might open and display the following message:
Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
You can safely ignore the message and click 'install anyway' to continue.
- When the installation process completes, restart the workbench.
To install the Open Liberty Tools only from Open Liberty site, follow this instruction.
Visit the WASdev Community for documentation and tutorials. Here are a few related to the tools:
-
Clone the repository to your system.
git clone https://github.com/OpenLiberty/open-liberty-tools
-
Run a gradle build.
cd open-liberty-tools/dev
./gradlew
-
Go Open issues, Review existing contributions, or Submit fixes.