Java Web Start

M

Marcus Beyer

Users of my Web Start Application want to access the System Clipboard.
So it seems I have to use the "ClipboardService".
Nice to have this "don't ask me again" on the security dialog,
but Web Start forgets this the next time the Application is started :(

What can I do? A Developer Certificate for Signed Jars seems to be
overkill, because all users but one work in the room next door.

So I tried to modify javaws.policy, although I can't find any
documentation on that. Is there any?

I have no success until now. Isn't the javaws.policy read by default?
 
A

Andrew Thompson

Marcus Beyer said:
Users of my Web Start Application want to access the System Clipboard.
So it seems I have to use the "ClipboardService".
Nice to have this "don't ask me again" on the security dialog,
but Web Start forgets this the next time the Application is started :(

What can I do? A Developer Certificate for Signed Jars seems to be
overkill, because all users but one work in the room next door.

[ If I understand you right.. ]

You don't need it. Roedy Green offers a root
certificate to which you can link*.

My own JWS app (PhySci) uses a self-signed
certificate - once accepted by the user and
installed it has full access.

You might also investigate keytool and
certificates further with..
http://mindprod.com/jgloss/keytool.html and
http://mindprod.com/jgloss/certificate.html

* Or at least he did, I couldn't find reference to it just then..

HTH
 

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

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top