Search:

Type: Posts; User: kevin.dll

Search: Search took 0.17 seconds.

  1. Re: How do I set theses inputs to be used by the JVM?

    ...
    public void setProxy
    () {
    if
    (isUseHTTPProxy()) {
    // HTTP/
    HTTPS Proxy
    System.setProperty
    ("http.proxyHost",
    getHTTPHost());
  2. How do I set theses inputs to be used by the JVM?

    Hi ,
    I know Many times, a Java app needs
    to connect to the Internet. The
    most common example happens
    when it is reading an XML file
    and needs to download its
    schema . I know how to set the...
Results 1 to 2 of 2