X-Received: by 10.224.157.1 with SMTP id z1mr3624627qaw.8.1365094509530; Thu, 04 Apr 2013 09:55:09 -0700 (PDT) X-Received: by 10.49.85.35 with SMTP id e3mr696563qez.7.1365094509467; Thu, 04 Apr 2013 09:55:09 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!t2no38831520qal.0!news-out.google.com!ef9ni1849qab.0!nntp.google.com!ca1no29277830qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Thu, 4 Apr 2013 09:55:09 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=198.161.2.241; posting-account=Z9MfywkAAAAz00QLBzm1eg_e86Cy1Dvd NNTP-Posting-Host: 198.161.2.241 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <730dfde4-b812-4dec-a321-dffa85fdad06@googlegroups.com> Subject: Run a jar file on remote client machine? From: SpreadTooThin Injection-Date: Thu, 04 Apr 2013 16:55:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:23304 I have a jar file that works well on my local machine, and does what I need it to do. This jar file reads a directory of images and manipulates them and stores results in a separate directory. I want to provide a web page to a client that will allow them to process data on their machine using my jar file and my web site / server. How do I go about doing that?