Re: set VM variables using java program



"Andrew Thompson" <SeeMySites@xxxxxxxxxxx> wrote in message
news:1km960y04jkiu$.3s061pwedrrn$.dlg@xxxxxxxxxxxxx
> On 30 Jun 2005 00:34:02 -0700, sarath wrote:
>
> > i want to
> > increase the stack size of the client when an applet is loaded.. is it
> > possible to do ?
>
> The options that can be set for the VM can be set using webstart.
> Your applet needs to be jarred to use webstart.

Webstart ignores quite a few VM arguments as they are considered 'unsafe' by
the sun engineers. It might be worth checking wether or not those arguments
are actually supported in each major version of the VM/webstart.


.



Relevant Pages

  • Re: set VM variables using java program
    ... > increase the stack size of the client when an applet is loaded.. ... The options that can be set for the VM can be set using webstart. ... Your applet needs to be jarred to use webstart. ...
    (comp.lang.java.help)
  • JMF and client side Applet problem
    ... having to worry about client side JMF installation.Will it be possible ... My Applet will run on client machine and need to capture and play ... audio and video using JMF. ...
    (comp.lang.java.help)
  • Re: how to connect a chat applet to the server
    ... I have just started dabbling in applets and as a practise am trying to develop a chat server and client. ... RMI by itself does not necessarily eliminate polling. ... Do note, however, that if the client is implemented as an applet, then either the applet must be digitally signed, or the chat server must be the same machine as the one the serves up the applet. ...
    (comp.lang.java.programmer)
  • Re: SSL Authentication using Java or JSP
    ... letting the browser get involved. ... where the Applet can be loaded. ... The app at that URL gets the information from the client cert, and writes it into the user's session, i.e. authenticates the session. ... In this way, all the sensitive data is conveyed over client-cert authenticated connections, and you have the guarantee that there is no access to sensitive info without the client cert. ...
    (comp.lang.java.programmer)
  • Re: Calling a DLL from a Java Applet
    ... >> The applet runs on the client. ... >> jar, a dll or whatever, the code runs on the client. ... >> Then make the applet a client of that server. ...
    (comp.lang.java)