Commit f1c123d8 authored by Anton Beloglazov's avatar Anton Beloglazov

Fixed examples.txt

parent 26fe6cf6
...@@ -60,7 +60,7 @@ In Windows: ...@@ -60,7 +60,7 @@ In Windows:
In Unix/Linux: In Unix/Linux:
1. cd <PATH TO CLOUDSIM PACKAGE> 1. cd <PATH TO CLOUDSIM PACKAGE>
2. chmod +x ./install-flanagan.jar 2. chmod +x ./install-flanagan.sh
3. ./install-flanagan.jar 3. ./install-flanagan.jar
4. javac -classpath jars/cloudsim-<VERSION>.jar:jars/flanagan.jar:examples examples/org/cloudbus/cloudsim/examples/CloudSimExample1.java 4. javac -classpath jars/cloudsim-<VERSION>.jar:jars/flanagan.jar:examples examples/org/cloudbus/cloudsim/examples/CloudSimExample1.java
5. java -classpath jars/cloudsim-<VERSION>.jar:jars/flanagan.jar:examples org.cloudbus.cloudsim.examples.CloudSimExample1 5. java -classpath jars/cloudsim-<VERSION>.jar:jars/flanagan.jar:examples org.cloudbus.cloudsim.examples.CloudSimExample1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment