setting prism.dirtyopts in WebStart

Jose Martinez jmartine_1026 at yahoo.com
Wed Jun 6 21:23:36 PDT 2012


Thanks a lot guys.  Will give that a shot.

But even if that works what can I do when this is released to the masses?  Anyway I can set the value within code?
 
thanks
jose


________________________________
 From: Igor Nekrestyanov <igor.nekrestyanov at oracle.com>
To: Jose Martinez <jmartine_1026 at yahoo.com> 
Cc: openjfx mailing list <openjfx-dev at openjdk.java.net> 
Sent: Thursday, June 7, 2012 12:05 AM
Subject: Re: setting prism.dirtyopts in WebStart
 
As it is not secure property you need to sign application.

For tests on specific system you can set property in the Java Control Panel or use environment variables:
   http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-Desktop/html/plugin.html#gcexdd

-igor

On 6/6/12 8:44 PM, Jose Martinez wrote:
> Hello,
> 
> Has it been confirmed that setting prism.dirtyopts to false via JNLP is possible?  Is there a way to check?
> 
> In my tests it looks like it is not being set because I still see problems that went away by setting prism.dirtyopts to false in standalone mode.
>    From the JNLP syntax document it suggests that it is not possible.  http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/developersguide/syntax.html#resources (scroll down to jvm-args attribute and property element) The java-vm-args attribute is restricted to the list of options in that link.  The "property" elements seems to be restricted also.
> 
> thanks
> jose


More information about the openjfx-dev mailing list