
Installing & Running JRE
216
Introduction
Linux-based Server
Installation
To install the Java Runtime Environment for Linux based servers:
1
Login as
root
.
2
Enter the following commands:
shell>
cd /usr/local
shell>
cp /[CD]/j2re-1_4_1_02-linux-i586.bin /usr/local
(where
[CD]
is the path to the HP Device Manager CD).
shell>
sh j2re-1_4_1_02-linux-i586.bin
shell>
ln -s j2sdk1.4.1_02 j2sdk
3
Set an environment variable
JAVA_HOME
to the pathname of
the directory into which you install the JDK:
shell>
vi /etc/profile
Add the following lines just before "
export PATH...
"
PATH=/usr/local/j2sdk/bin:$PATH
JAVA_HOME=/usr/local/j2sdk
export PATH ... JAVA_HOME
Содержание Neoware m100
Страница 1: ...HP Device Manager 3 8 User Manual ...
Страница 9: ...Table of Contents ix APPENDIX C Error Code Reference 219 Error Codes 219 Index 239 ...
Страница 10: ...Table of Contents x ...
Страница 20: ...Introduction 10 About This Manual ...
Страница 46: ...Installing HP Device Manager 36 Uninstalling Device Manager ...
Страница 218: ...Configuration Management 208 Report Management 3 Click Generate Report to preview the report ...