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 7.0 or 7.1 for Liberty using response files
You can install IBM® WebSphere® SDK Java™ Technology Edition Version 7.0 or 7.1 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 7.0 or 7.1 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.
![[8.5.5.2 or later]](../ng_v8552.gif)
- 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

![[8.5.5.1 or later]](../ng_v8551.gif)
<?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.v70" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.liberty.IBMJAVA.v70'
profile='WebSphere Liberty V8.5' installFixes='none'/>
</install>
<profile id='WebSphere Liberty V8.5' installLocation='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
</agent-input>

![[8.5.5.2 or later]](../ng_v8552.gif)
<?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.v71" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.liberty.IBMJAVA.v71'
profile='WebSphere Liberty V8.5' installFixes='none'/>
</install>
<profile id='WebSphere Liberty V8.5' installLocation='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
</agent-input>