From: Panayotis K. <pan...@pa...> - 2011-05-10 10:20:55
|
On 10 Μαϊ 2011, at 12:50 μ.μ., D.D...@ak... wrote: > If I check the project, I have a resources folder that only contains the demo.png file, while > the xmlvm.properties file has the entry > > xmlvm.resource=resources/ > > Obviously it didn't take into account my resources. How should it behave instead? > Should it copy my files into the resources/ folder? Can I do it manually? > That's what I did previously and it works, as far as I use images. If I try to read a file > instead, I get the error I wrote you about. I don't know if the things are connected. > It may be useful to know that mu res/ folder contains subdirectories which contain the needed files > > I also tried to modify the resource path to > > xmlvm.resource=res > Notice, one entry has a "/" and the other has not. If you see the help file of xmlvm (or the online documentation), you'll see that the "/" is important at the end. |