|
From: Nick C. <nic...@ve...> - 2007-05-14 12:45:05
|
You need to include the trove.jar in your classpath. Note that the repast-developer list is for developer communication. Please use the repast-interest list in the future. Nick -----Original Message----- From: rep...@li... [mailto:rep...@li...] On Behalf Of daphantomica Sent: Saturday, May 12, 2007 3:38 PM To: rep...@li... Subject: [Repast-developer] Please help fix my Schedule error Hi all, So I'm trying to stop the simulation via the following: schedule.scheduleActionAt(numTicks, this, "stop", Schedule.LAST); Except that I start getting this error: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/go/trove/util/ClassInjector at uchicago.src.sim.engine.ActionUtilities.createActionFor(Unknown Source) at uchicago.src.sim.engine.ScheduleBase.scheduleActionAtInterval(Unknown Source) at uchicago.src.sim.engine.ScheduleBase.scheduleActionAtInterval(Unknown Source) at transnet.transnetmodel.buildSchedule(transnetmodel.java:880) at transnet.transnetmodel.begin(transnetmodel.java:649) at uchicago.src.sim.engine.BaseController.beginModel(Unknown Source) at uchicago.src.sim.engine.AbstractGUIController.beginModel(Unknown Source) at uchicago.src.sim.engine.Controller.beginModel(Unknown Source) at uchicago.src.sim.engine.BaseController.startSim(Unknown Source) at uchicago.src.sim.engine.Controller.startSim(Unknown Source) at uchicago.src.sim.engine.Controller$2.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Seems to be trivial enough but I can't seem to get it fixed. Any idea what went wrong? Thanks in advance! -Sam -- View this message in context: http://www.nabble.com/Please-help-fix-my-Schedule-error-tf3732913.html#a1044 9061 Sent from the repast-developer mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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 |