|
From: Nick C. <nic...@ve...> - 2007-07-18 15:57:55
|
Great! I was half-way through an email to you and now I can trash it. In the future, if you could use the repast-interest list for questions that would be appreciated. Nick On Jul 18, 2007, at 11:50 AM, Bergen-Hill, Tobin A. wrote: > I found out how to add supporting JAR files to the bundled class path: > > - In Eclipse, locate the repast.simphony.core project and open the > MANIFEST.MF file > - Of the various tabs for the manifest, choose Runtime > - In the Classpath section, click New... then enter lib/ > your_lib.jar and click OK. > NOTE: This will add it automatically to the MANIFEST.MF file as > well as the build.properties file > - In Eclipse, open the plugin_jpf.xml file in the > repast.simphony.core project > - At the end of the <runtime> section, add a line for your JAR > file, eg: > <library id="your_lib" path="lib/your_lib.jar" type="code" /> > > > -- > Tobin Bergen-Hill > Lead Simulation Modeling Engineer, E526 > tbe...@mi... > 703-983-3759 > > > From: rep...@li... [mailto:repast- > dev...@li...] On Behalf Of Bergen-Hill, > Tobin A. > Sent: Wednesday, July 18, 2007 9:00 AM > To: rep...@li... > Subject: [Repast-developer] Supporting ProActive JARs Not Found > > Hello: > > I'm working on incorporating ProActive v3.2.1 into a Repast-S > alpha2 model (on Windows XP), and the model is having problems > locating classes found in the supporting JARs for ProActive. I > replaced the out-of-date ProActive.jar in the repast.simphony.core/ > lib directory with the v3.2.1 JAR file, and I placed all the > supporting JAR files in this directory as well. But I still get a > NoClassDefFoundError on org/objectweb/fractal/api/factory/ > InstantiationException (which is located in the fractal.jar that I > placed in the lib directory). > > It seems that ProActive.jar is part of the saf.core.runtime.Boot > integrity check, so the ProActive classes are discovered. But how > do I get the other classes in the supporting JAR files to be > discovered? > > -- > Tobin Bergen-Hill > Lead Simulation Modeling Engineer, E526 > tbe...@mi... > 703-983-3759 > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Repast-developer mailing list > Rep...@li... > https://lists.sourceforge.net/lists/listinfo/repast-developer |