ÿþ<html> <head> <title>Building the Fault-Tolerant Baseline Application</title> </head> <body bgcolor="#ffffff"> <h3>Building the Fault-Tolerant Baseline Application</h3> <p> The source code for the client and the server are located in the "src" section of the team's webpage. The AFS cell of the team is /afs/ece.cmu.edu/class/ece841/public_html/team4/. Please follow the following steps to build our applications.</p> <P><STRONG>Building Environment</STRONG>: J2SE SDK 1.4.1 (Please make sure that idlj and javac are in your path.)</P> <OL> <LI> Go to the team's repository directory, /afs/ece.cmu.edu/class/ece841/public_html/team4/. </LI> <LI> Go to the  src directory for the source code. Download Unicommerce_20030308.zip.</LI> <LI> Compile IDL file. A CampusInfo subdirectory should be automatically created under  src .<BR> <FONT face="Courier New">idlj -fall unicommerce.idl </FONT> </LI> <LI> Compile the server code. <BR> <FONT face="Courier New">javac Server\*.java CampusInfo\*.java </FONT> </LI> <LI> Compile the client code. <BR> <FONT face="Courier New">javac Client\*.java CampusInfo\*.java </FONT> </LI> <LI> Compile the replication code. <BR> <FONT face="Courier New">javac Replication\*.java CampusInfo\*.java</FONT></LI></OL> </body> </html>