https://issues.apache.org/bugzilla/show_bug.cgi?id=47738
Helder Magalhães <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Helder Magalhães <[email protected]> 2009-08-26 01:33:01 PDT --- (In reply to comment #0) > Since upgrading to XP [...] PC has Java 1.6.0_13-b03 installed. [...] > PC has windows service pack 3 installed My usual environment is similar to this one and everything works as expected. > access denied (java.io.FilePermission \S:\EIR Libraries\batik-squiggle.jar > read) Are you sure about that left slash before the drive letter? That seems invalid. Also, embedded spaces in paths are a known cause for issues. Please add double quotes when using those. Try "S:\EIR Libraries\batik-squiggle.jar" instead and, if this works, please report back and/or mark this issue accordingly (I'd suggest closing as invalid). If it doesn't work, please provide more information on how you are executing Squiggle (command line or shortcut used to run it), if you have administrative privileges, etc. Another tip: My shortcut to start Squiggle (Batik 1.7) is something like: * Target: %windir%\system32\javaw.exe -jar batik-squiggle.jar * Start in: "%ProgramFiles%\batik-1.7" Note the double quotes in the path as embedded spaces are used (I've deployed it into program files directory, which usually contains spaces (in my case, the variable will expand to "C:\Program Files"). -- 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]
