Revision: 153
http://gridsim.svn.sourceforge.net/gridsim/?rev=153&view=rev
Author: brobergj
Date: 2008-03-12 22:08:59 -0700 (Wed, 12 Mar 2008)
Log Message:
-----------
Minor updates
Modified Paths:
--------------
branches/gridsim4.0-branch2/examples/FlowNetEx01/README.txt
Modified: branches/gridsim4.0-branch2/examples/FlowNetEx01/README.txt
===================================================================
--- branches/gridsim4.0-branch2/examples/FlowNetEx01/README.txt 2008-03-13 05:08:36 UTC (rev 152)
+++ branches/gridsim4.0-branch2/examples/FlowNetEx01/README.txt 2008-03-13 05:08:59 UTC (rev 153)
@@ -1,14 +1,14 @@
/**
- * Author: James Broberg
- * Date: February 2008
+ * Author: James Broberg (adapted from NetEx01)
+ * Date: March 2008
*/
Welcome to the Example of how to use GridSim flow network extension.
To compile the example source code:
- In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. NetEx01.java
- In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. NetEx01.java
+ In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. FlowNetEx01.java
+ In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. FlowNetEx01.java
where $GRIDSIM or %GRIDSIM% is the location of the gridsimtoolkit package.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|