When the mesoFON model is imported into Eclipse using the method outlined on the project web site I get a batch run configuration and an installer configuration, but a configuration that starts the GUI is lacking. How can I get this one?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the meantime I was able to have a look at the PC of the user using a Skype/TeamViewer session.
Together, we solved the problem and added the run configuration in the following way:
We first imported the JZombie model by clicking in the File menu on the item "Import Repast Examples". We selected the JZombie model from the list.
Then we went to Run -> Run Configurations and with a right mouse-click we duplicated the JZombie model run configuration.
Subseyuently, the run config was edited. We replaced the pjzombie roject name by the mesoFON project name and gave the run config a meaningful name (say meso_FON).
The final editing had to made in the Arguments -> Program Arguments. Replace it with: "${workspace_loc:meso_FON}/meso_FON.rs" and you are done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When the mesoFON model is imported into Eclipse using the method outlined on the project web site I get a batch run configuration and an installer configuration, but a configuration that starts the GUI is lacking. How can I get this one?
In the meantime I was able to have a look at the PC of the user using a Skype/TeamViewer session.
Together, we solved the problem and added the run configuration in the following way:
We first imported the JZombie model by clicking in the File menu on the item "Import Repast Examples". We selected the JZombie model from the list.
Then we went to Run -> Run Configurations and with a right mouse-click we duplicated the JZombie model run configuration.
Subseyuently, the run config was edited. We replaced the pjzombie roject name by the mesoFON project name and gave the run config a meaningful name (say meso_FON).
The final editing had to made in the Arguments -> Program Arguments. Replace it with: "${workspace_loc:meso_FON}/meso_FON.rs" and you are done.