home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Komercni
/
VAgeJava
/
ivj35
/
setup
/
JSP.Cab
/
F27446_setenvhpj.bat
< prev
next >
Wrap
DOS Batch File
|
1999-12-30
|
1KB
|
59 lines
rem IBM High Performance Compiler for Java
@ECHO OFF
rem IBM(R) High Performance Compiler for Java(TM)
rem IBM(R) VisualAge(TM) for Java(TM) Version 3.0
rem
rem Copyright (C) IBM Corporation and others 1996,1998,1999
rem Licensed Materials - Property of IBM and others - All rights reserved.
rem
rem US Government Users Restricted Rights - Use, duplication or
rem disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
if $%1$==$$ goto err
SET HPJHOME=%1%
if $%2$==$$ goto ok
set HPJHOME=%HPJHOME% %2
if $%3$==$$ goto ok
set HPJHOME=%HPJHOME% %3
if $%4$==$$ goto ok
set HPJHOME=%HPJHOME% %4
if $%5$==$$ goto ok
set HPJHOME=%HPJHOME% %5
if $%6$==$$ goto ok
set HPJHOME=%HPJHOME% %6
if $%7$==$$ goto ok
set HPJHOME=%HPJHOME% %7
if $%8$==$$ goto ok
set HPJHOME=%HPJHOME% %8
if $%9$==$$ goto ok
set HPJHOME=%HPJHOME% %9
:ok
rem ********************************************************************
rem IBM High Performance Compiler for Java environment variable settings
rem ********************************************************************
SET PATH=%HPJHOME%\BIN;%PATH%
SET HPJHOME=
goto end
:err
echo Usage: setenvhpj HPJ_DIRECTORY
echo where:
echo HPJ_DIRECTORY is the absolute path of the hpj directory
echo Example:
echo setenvhpj C:\hpj
:end