|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
about using repast symphony in NetbeansHello,
Does anyone know if I can use the Repast Symphony's core jar files in Netbeans IDE to develop/run a simulation containing only POJOs? I could not find any docs regarding using a different development environment. Thanks for the help. Nobel ------------------------------------------------------------------------------ _______________________________________________ Repast-interest mailing list Repast-interest@... https://lists.sourceforge.net/lists/listinfo/repast-interest |
|
|
Re: about using repast symphony in NetbeansNobel,
I don't use Netbeans, but have used other non-eclipse environments to work with Simphony. The trick is to add the simphony jars to your compile classpath, but only add the repast.simphony.runtime jars to your runtime classpath. This is fairly simple to do in both eclipse and IntelliJ but I have not done it in Netbeans. Nick On Dec 30, 2008, at 12:35 AM, nobel khandaker wrote: > Hello, > > Does anyone know if I can use the Repast Symphony's core jar files > in Netbeans IDE to develop/run a simulation containing only POJOs? > I could not find any docs regarding using a different development > environment. > > Thanks for the help. > > Nobel > ------------------------------------------------------------------------------ > _______________________________________________ > Repast-interest mailing list > Repast-interest@... > https://lists.sourceforge.net/lists/listinfo/repast-interest ------------------------------------------------------------------------------ _______________________________________________ Repast-interest mailing list Repast-interest@... https://lists.sourceforge.net/lists/listinfo/repast-interest |
|
|
|
|
|
Re: about using repast symphony in NetbeansI'm not sure what your issue may be, but this looks correct for the
compile dependencies. For actually running, you want to include only the run time jars. You may have to create a separate module containing the runtime and run using that module -- I think there's an option in the run / debug configurations for setting the module. Nick On Jan 5, 2009, at 5:28 PM, Rainer wrote: > Hi Nick, > > I had to add "repast.simphony.bin_and_src.jar" as well as the > repast.simphony.runtime_1.2.0 jars (to get access to all the Repast > classes) for my project in IntelliJ Idea. However when I run the > simulation with "repast.simphony.runtime.RepastMain" as the main > class I > get "Process finished with exit code 0" message ... that's it. > > Any idea what I am doing wrong? > > Rainer > > > ------------------------------------------------------------------------------ > _______________________________________________ > Repast-interest mailing list > Repast-interest@... > https://lists.sourceforge.net/lists/listinfo/repast-interest ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Repast-interest mailing list Repast-interest@... https://lists.sourceforge.net/lists/listinfo/repast-interest |
| Free embeddable forum powered by Nabble | Forum Help |