From: Dirk S. <di...@tb...> - 2004-10-25 09:21:02
|
Dear java & dsol guru's (1) 11:14:53 AM WARNING: Class nl.tudelft.simulation.xml.dsol.ExperimentParser can not access a member of class nl.tudelft.simulation.sne.c2.ModelSinglePallet with modifiers "public" Origin: nl.tudelft.simulation.dsol.gui.panels.GUIExperimentParsingThread#run java.io.IOException: Class nl.tudelft.simulation.xml.dsol.ExperimentParser can not access a member of class nl.tudelft.simulation.sne.c2.ModelSinglePallet with modifiers "public" at nl.tudelft.simulation.xml.dsol.ExperimentParser.parseExperiment(ExperimentPa rser.java:155) at nl.tudelft.simulation.dsol.gui.panels.GUIExperimentParsingThread.run(GUIExpe rimentParsingThread.java:67) So... What does this mean? 1) Making a (deliberate) mistake in the path or name to the model class results in another error 2) with an empty (single line: system.out.println....) constructModel method (yes, public void) the error remains |