|
|
Random Generator- This example contains two different client applications accessing the same remote object implementation. The individual applets can be viewed seperately using the following links NOTE: CPS6X6 students please note that these examples have been done using ORBacus for Java. This is installed on NPAC systems at /usr/npac/ORBacusJava-3.2.1/. For those using c-shell please add the following statements in your .cshrc file setenv ORBACUS_HOME /usr/npac/ORBacusJava-3.2.1 set path= (/usr/npac/ORBacusJava-3.2.1/bin $path) # Classpath for Orbacus for Java setenv CLASSPATH . Users using k-shell would use the corresponding EXPORT statements. To see your applets running, please do the following at the code base of your respective application directories, to ensure that the ORB is set up inside the browser.
|