|
DistView
Home
User
Guide
Overview
DistView
Tools
Related
Services
Installing and Running CBE
servers
Compiling the
package
Running Session Manager
Running DistView-Based Applets
Developer
Docs
Javadoc
Registry
Server
Sample
Clients
How
to ...
Known
Problems
Licensing
Information
Download
DistView
People
DistView
Publications
Frequently
Asked Questions
Acknowledgments
|
|
Compiling the Package
Compiling the Package
Before you run CBE servers, you need to compile the package
first like followings.
-
Set the CLASSPATH to the installed directory and netscape's java40.jar.
For example, if you have the package installed in /usr/jangho/public_html/
and if your netscape's java40.jar is in /usr/local/netscape, then, in C
shell, type
setenv CLASSPATH /usr/jangho/public_html/:/usr/local/netscape/java40.jar
-
Change the current directory to the umich/cbe in the package.
-
Type "make" to compile the package.
|