Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,189

    Re: calling jar in url ??

    There can be special code written to execute on the server to execute the contents of the jar file. For example servlets or cgi-bin code or maybe php.
  2. Replies
    7
    Views
    1,189

    Re: calling jar in url ??

    What do mean by "call"?
    Do you mean how to start the execution of the class files in the jar file?
    Open a command prompt window, change to the folder with the jar file and enter the command:
    java...
  3. Replies
    7
    Views
    1,189

    Re: calling jar in url ??

    If that URL is used in a browser to get a page from a server site, does the server know what to do if the file that is being referenced is a jar file? Often the server will return the jar file to...
Results 1 to 3 of 3