I have searched the forum and have not found a solution to my problem. 
What I am doing is setting the my canvas to have a default file that is in
the root directory.  
I do a call to my 
     File f = new File("myFile.svg");
     canvas.setURI(f.toURI().toString());  

This works find and loads the document correctly, but doesn't when I do a
"Clean and Build" and try to run the JAR file.  At that time is says that it
can not find the directory or file "myFile.svg" and causes all kinds of
errors.  I am assuming that this is a relative path issue... but I am not
sure what to do to get this to work.   Does anyone have a solution to my
problem?

Thanks for the help!!
-- 
View this message in context: 
http://www.nabble.com/SetURI-tp15818925p15818925.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to