From: Gerard K. <g.k...@st...> - 2004-10-13 23:15:22
|
Hi, I tried to make dsol tutorial 2.5 myself. I made the Customer class, the Order class and the Model class. Then I made a jar file of these three java files. So far no problems encountered. But then I made a xml file and DSOL kept giving IOexceptions when I tried to open it. When I looked at the log file DSOL creates I saw (I think) that it is the <model-class> description. I tried to run it from my own PC the Model.java which I have to open is in D:\java\Model.java. And the jar file is also in that directory. In <model-class> I think I have to give the location of Model.java but I fail at doing that. So my question is: What do I have to type between <model-class> </model-class> in order for dsol to find my Model.java. Greetings, Gerard Koekkoek |