https://issues.apache.org/bugzilla/show_bug.cgi?id=47738
--- Comment #4 from Andrew Screen <[email protected]> 2009-08-26 16:32:28 PDT --- in reply to Helder's comments. I'm not sure where the \ at the front is comming from, it just appears. i'm executing in a script as follows : commandtoRun = "C:\\new/batik/batik-squiggle.jar" ; commandParams = "http://enet.agl.com.au/Business%20Teams/IT/System%20Architect/" + svgfile ; oShell.ShellExecute(commandtoRun,commandParams); Note the production implementation has the libaries on a shared network drive. I've moved the libaries onto my desktop as i thought it may be something to do with permissions. In this case the slash still appears. I don't have adminstrative privellges on my pc. I'll see if i can get someone to log on with these privilages to see if it make a difference! I suspect it is something to do with our environment but it's determining what that is which is proving difficult! Note the error i get is the same if i just run the jar file so i don't think it's to do with the scripting. i.e. access denied (java.io.FilePermission \C:\new\batik\batik-squiggle.jar read) i've attached a policy file that i've noticed on my desktop which i assume is created as part of the batik deployment?? Also i've attached the script file that is in use for viewing the svg files! Regards, Andrew -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
