Instructions for running the lightSpread Experiment
- Open
the src/genDevs folder
- Replace
genDevs/plots with the plots folder supplied (Unzip plots.zip in handout #17)
- Open
src/genDevs/modeling/basicModels folder and delete JobQueue.java (this is
the older version of this file and it must be deleted. The plot package
given above contains this file and its proper placement)
- Put
the LightSpread folder (unzip 2D.zip in handout #17) into src/ directory. (in the directory that
contains other subdirectories like, SimpArc, genDevs, etc….)
Now we need to add and include packages to our project
- Open
your Jbuilder project
- Add
package genDevs in your project ((the same way as you added SimpArc
package); If already added, then first remove it and then add it again.
- Rebuild
this package (by right clicking on it in the left column in the project
window)
- Add
package LightSpread
- Rebuild
the package
Run the project
- In the
SimView window
- Click
Configure and add LightSpread
- You must
have all the files listed in the second dropdown menu. In case not, then
rebuild the project/package again.
- Select
the lightSpreadCellSpace file.
- And run
it.