Hi, I am working on my BarcodeImageReader which generates barcode image. The
parameters of barcode are loaded from xml config file (saved on same place
as other resources like jx templates, etc.). 

How can I get to this file to have it as java.io.File? I guess I cannot use
something like 

File file = new File("barcode-cfg.xml");

Is there some getResource method or something like that available?
-- 
View this message in context: 
http://www.nabble.com/Accessing-resource-from-reader-tp25490717p25490717.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to