![[8.5.5.5 or later]](../ng_v8555.gif)
This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Installing IBM WebSphere SDK Java Technology Edition Version 8.0 for Liberty using response files
You can install IBM® WebSphere® SDK Java™ Technology Edition Version 8.0 for Liberty using Installation Manager response files.
Before you begin
About this task
Using Installation Manager, you can work with response files to install IBM WebSphere SDK Java Technology Edition Version 8.0 for Liberty in a variety of ways. You can record a response file using the GUI as described in the following procedure, or you can generate a new response file by hand or by taking an example and modifying it.
You can download and install IBM
WebSphere SDK Java
Technology Edition Version 8.0. This version and later versions are only available from the web. You
have the following installation options:
- Download the installation files from the IBM Fix Central website and use a local installation.
- Access the live repositories and use your IBM Software ID for a web-based installation.
Procedure
Example

<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.IBMJAVA.v80" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.liberty.IBMJAVA.v80'
profile='WebSphere Liberty V8.5' installFixes='none'/>
</install>
<profile id='WebSphere Liberty V8.5' installLocation='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
</agent-input>