Hi Helder, Sorry for the bad email. It should be something like this:
C:\batik17\batik-1.7>java -jar batik-squiggle.jar java.security.AccessControlException: access denied (java.net.NetPermission setD efaultAuthenticator) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at java.net.Authenticator.setDefault(Unknown Source) at org.apache.batik.apps.svgbrowser.Main.<init>(Main.java:413) at org.apache.batik.apps.svgbrowser.Main.main(Main.java:163) More details: jdk 1.6.0_04 batik 1.7 (official one) I also tried to running by double clicking, but with the same result. I check the environment variables too, and nothing wrong. In fact, squiggle starts but pops out the following error message: SVG Error: access denied(java.io.FilePermission \C:\..\..\batik-squiggle.jar read) I will have a look to the links you suggested. Thanks for your help. Abraham On Tue, Sep 2, 2008 at 11:01 PM, Helder Magalhães < [EMAIL PROTECTED]> wrote: > > I am trying to run squiggle in windows XP, but it is not working. > > > > I am working in a network environment but not sure what to do. Could you > > please give me some advice? > > Providing more information might help... ;-) Which version of JRE/JDK > are you using? Have you tried running the Web start [1] available in > the nightly build repository [2]? Are you using the official > (apparently 1.7) release [3] or a customized version? > > As I've never experienced such behavior nor I'm overall familiar with > Java's interns, I'd only leave some quick suggestions: > * Java settings - are the general Java settings coherent? Check the > "Java" and "Advanced" tabs in "Java Control Panel" (of Control Panel); > * File permissions - is the directory containing Batik set with > unexpected permissions? Check the "Security" tab in file/directory > properties; > * Environment settings - running "java" from the command-line will > use your system's "PATH" environment variable. Check that it's > pointing to a coherent java runtime. You may also test by double > clicking "batik-squiggle.jar", which will use registry settings > instead of environment settings. > > Hope this helps, > > Helder Magalhães > > [1] http://arc.mcc.id.au/batik-nightly/webstart/squiggle.pl > [2] http://arc.mcc.id.au/batik-nightly/ > [3] http://xmlgraphics.apache.org/batik/download.cgi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >