Search:

Type: Posts; User: kevin.dll

Search: Search took 0.10 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...
  3. Replies
    1
    Views
    1,289

    Infrastructure for Instant Messaging

    Hi , i read several articles about Infrastructure for Instant Messaging for android . i created an app of news and i'd like integrate an instant messaging app inside the app , but i'd like know which...
Results 1 to 3 of 3