>>>>> "JI" == Jakob Ilves <[EMAIL PROTECTED]> writes:

JI> Hello!  I've read the FAQ and tried my best to search for an
JI> answer on the mailing list.

JI> I've downloaded Batik 1.5beta4b and unpacked it using jar.exe
JI> (from Sun JDK 1.4.0_02).  When I try to start the program using

JI> java -jar batik-squiggle.jar

JI> I get the splash screen but then I get
JI> java.Security.AccessControlException with a long stack trace
JI> (which unfortunately cannot be copied and pasted).  However, it
JI> seems like it fails to read the file batik-squiggle.jar, which is
JI> the file it read from the beginning to even start running the
JI> program.  So, the failure of reading don't seem to be on an
JI> operating level system but rather on a Java security level (but
JI> why...?).

    Hmm, while various sorts of security exceptions are common in
'complex' cases (like Java Web Start, or applets) you shouldn't be
getting one with the standard 'java -jar'.  I think as painful as it
might be your best bet is going to be typing at least the first couple
of lines from the error message.

    You might also try getting the source distribution and building it
from scratch (it's fairly easy to do as long as you have the JDK).

    As you say I suspect something funny in your Java setup but
normally to run batik-squiggle from the jar file you don't need to do
anything special.


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

Reply via email to