Passing JVM parameters for applets

G

Grzesiek

Hi,

I have a server side application digitally signing XML documents. The
library that I use (Apache XML Security) requires that xalan.jar be in
the java.endorsed.libs directory. Recently I have run into a problem,
when trying to perform document signing using an applet. The problem
is that I have no idea how to tell the client-side JVM to use xalan
that is packaged together with my applet as an endorsed library, like
I did it before by putting xalan.jar in the endorsed directory at the
server side.

I have found this post:

http://groups.google.com/groups?q="...oe=UTF-8&selm=9sKy7.30$ra3.1797@client&rnum=1

but it provides no real solution and I'm afraid it's quite obsolete
also.

Do you know how to elegantly deal with this problem?

Thanks for your time!
/grzesiek
 
T

Tim Tyler

: I have a server side application digitally signing XML documents. The
: library that I use (Apache XML Security) requires that xalan.jar be in
: the java.endorsed.libs directory. Recently I have run into a problem,
: when trying to perform document signing using an applet. The problem
: is that I have no idea how to tell the client-side JVM to use xalan
: that is packaged together with my applet as an endorsed library, like
: I did it before by putting xalan.jar in the endorsed directory at the
: server side.

: I have found this post:

: http://groups.google.com/groups?q="...oe=UTF-8&selm=9sKy7.30$ra3.1797@client&rnum=1

: but it provides no real solution and I'm afraid it's quite obsolete
: also.

: Do you know how to elegantly deal with this problem?

Can you include the contents of xalan.jar in your applet's jar file?
 
G

Grzesiek

Tim Tyler said:
: I have a server side application digitally signing XML documents. The
: library that I use (Apache XML Security) requires that xalan.jar be in
: the java.endorsed.libs directory. Recently I have run into a problem,
: when trying to perform document signing using an applet. The problem
: is that I have no idea how to tell the client-side JVM to use xalan
: that is packaged together with my applet as an endorsed library, like
: I did it before by putting xalan.jar in the endorsed directory at the
: server side.

: I have found this post:

: http://groups.google.com/groups?q="...oe=UTF-8&selm=9sKy7.30$ra3.1797@client&rnum=1

: but it provides no real solution and I'm afraid it's quite obsolete
: also.

: Do you know how to elegantly deal with this problem?

Can you include the contents of xalan.jar in your applet's jar file?

Do you mean unpacking xalan.jar and packagaging the .class files
directly in my jar? Yes, I think it's no problem, but does it help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top