#!/bin/sh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# hmcV7.770.1 src/packages/hmcboot/scripts/launchInstallWizard.sh 1.5 
#  
# IBM CONFIDENTIAL 
#  
# Licensed Materials - Property of IBM 
#  
# Licensed Internal Source Code Materials 
#  
# COPYRIGHT International Business Machines Corp. 2005 
# All Rights Reserved 
#  
# The source code for this program is not published or otherwise 
# divested of its trade secrets, irrespective of what has been 
# deposited with the U.S. Copyright Office. 
#  
# IBM_PROLOG_END_TAG 

IMAGE_DIR=/base1
HMC_DIR=""
IBM_JAVACOREDIR=/tmp
export IBM_JAVACOREDIR

# old path and classpath that contain missing directoies or files
#PATH=$IMAGE_DIR/opt/IBMJava/jre/bin:$IMAGE_DIR/opt/IBMJava2-142/jre/bin:/bin/:$HMC_DIR/opt/hmc/bin/:/usr/bin:/usr/sbin:/sbin:$PATH
#CLASSPATH=$HMC_DIR/opt/hmc/codebase/:$HMC_DIR/opt/hmc/codebase/auiml_properties.jar:$HMC_DIR/opt/hmc/codebase/auibase.jar:$HMC_DIR/opt/hmc/codebase/auifw.jar:$HMC_DIR/opt/hmc/codebase/auii18n.jar:$HMC_DIR/opt/hmc/codebase/auiswing.jar:$HMC_DIR/opt/hmc/codebase/jhall.jar:$HMC_DIR/opt/hmc/codebase/swing11spinner_Runtime.jar:$HMC_DIR/opt/hmc/codebase/uil.jar:./:$CLASSPATH

PATH=$IMAGE_DIR/opt/IBMJava/jre/bin:/bin/:$HMC_DIR/opt/hmc/bin/:/usr/bin:/usr/sbin:/sbin:$PATH
CLASSPATH=$HMC_DIR/opt/hmc/codebase/:$HMC_DIR/opt/hmc/codebase/auibase.jar:$HMC_DIR/opt/hmc/codebase/auifw.jar:$HMC_DIR/opt/hmc/codebase/auii18n.jar:$HMC_DIR/opt/hmc/codebase/auiswing.jar:$HMC_DIR/opt/hmc/codebase/jhall.jar:$HMC_DIR/opt/hmc/codebase/uil.jar:./:$CLASSPATH

sleep 2
java -cp $CLASSPATH com.ibm.hmc.iw.SetupDialog

exit $?
