
Chapter 21. Deployment of Applications, Applets, Servlets, and Java Server Pages 419
Figure 251. WebSphere Application Server Version 2: Java Engine Setup
It is difficult to edit the class path setting in that small field, so we suggest
copying the text into an editor.
We used the following class path:
D:\jdk1.1.6\lib\classes.zip; <=== JDK (or jdk1.1.7)
D:\WebSphere\AppServer\classes; <=== export directory
D:\WebSphere\AppServer\web\classes;
D:\SQLLIB\java\db2java.zip; <=== DB2 JDBC Drivers
D:\IBMVJava\eab\runtime30\ivjsb30.jar; <=== servlet builder
D:\IBMVJava\eab\runtime30\ivjpb30.jar; <=== persistence builder
D:\IBMVJava\hpj\lib\swingall.jar; <=== ...