No. The out of process plugin was introduced in Java 6 update 10. What are you trying to do? In cases where some users won't have it (and can't or won't get it), I show them a button to launch the webstart version.
- Josh On Oct 1, 2009, at 3:39 PM, Jess Holle wrote: > Hmmm.... > > Is there enough in the deployment toolkit so I can force out-of- > browser Java Web Start usage prior to Java 6 Update 10? [I need a > separate JVM process with a controllable heap size in any case.] > > Joshua Marinacci wrote: >> >> You can tell if draggable applets and 6u10 are available using the >> javascript functions in the Java Deployment Toolkit (deploy.js and >> dtfx.js). >> >> If the user doesn't have the supported configuration they can still >> run the applet, they just won't get the drag ability and will always >> have to return to your website. >> >> - Josh >> >> On Oct 1, 2009, at 12:40 PM, Jess Holle wrote: >> >> >>> Joshua Marinacci wrote: >>> >>>>> The fact that when you launch a Java Web Start application from >>>>> the >>>>> browser there is no hand-off of the current cookie set, etc, is >>>>> problematic -- and has led to double authentication in various use >>>>> cases >>>>> for us. >>>>> >>>>> I suppose restructuring as a draggable applet would avoid that? >>>>> >>>>> >>>> Yes. >>>> >>>> >>> So I suppose I need to auto-detect if Java 6 Update 10 or higher is >>> available and, if not, fall back to a normal non-applet JNLP >>> approach? >>> >>> [Questions like this have left me not using this neat feature -- as >>> I cannot guarantee Java 6 Update 10 or higher, nor can I give up on >>> those without it.] >>> >>> -- >>> Jess Holle >>> >>> >>> >> >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
