Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Running SWT in WebStart environment

Hi,

I'm using SWT to provide native text rendering for Swing applications [1], and i'm having some troubles running it in a signed WebStart application [2]. It looks like SWT tries to access "swt.version" system property and fails with "access denied". I've searched the forums and mailing lists and the only suggestion i could find was to use System.setSecurityManager(null), which sounds like an overkill.

Is there a workaround for signed WebStart apps that allows using SWT?

Thanks
Kirill

[1] http://www.pushing-pixels.org/?p=203
[2] https://substance-bramble.dev.java.net/webstart/testBramble.jnlp


Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Back to the top