응답 파일을 사용하여 Liberty용 IBM WebSphere SDK Java Technology Edition 버전 7.0 또는 7.1 설치
Installation Manager 응답 파일을 사용하여 Liberty용 IBM® WebSphere® SDK Java™ Technology Edition 버전 7.0 또는 7.1을 설치할 수 있습니다.
시작하기 전에
이 태스크 정보
Installation Manager를 사용하면 응답 파일을 통해 다양한 방법으로 Liberty용 IBM WebSphere SDK Java Technology Edition 버전 7.0 또는 7.1을 설치할 수 있습니다. 다음 프로시저에서 설명한 대로 GUI를 사용하여 응답 파일을 기록하거나 수동으로 또는 예를 가져와서 수정하여 새로운 응답 파일을 생성할 수 있습니다.
![[8.5.5.2 이상]](../ng_v8552.gif)
- IBM Fix Central 웹 사이트에서 설치 파일을 다운로드하고 로컬 설치를 사용합니다.
- 라이브 저장소에 액세스하고 웹 기반 설치를 위해 IBM 소프트웨어 ID를 사용합니다.
프로시저
예

![[8.5.5.1 이상]](../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 이상]](../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>