X-Received: by 10.224.18.132 with SMTP id w4mr3727435qaa.1.1365097907454; Thu, 04 Apr 2013 10:51:47 -0700 (PDT) X-Received: by 10.49.30.168 with SMTP id t8mr711886qeh.8.1365097907430; Thu, 04 Apr 2013 10:51:47 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!t2no38901360qal.0!news-out.google.com!ef9ni1849qab.0!nntp.google.com!ca1no29347930qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Thu, 4 Apr 2013 10:51:47 -0700 (PDT) In-Reply-To: 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 References: <730dfde4-b812-4dec-a321-dffa85fdad06@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Run a jar file on remote client machine? From: SpreadTooThin Injection-Date: Thu, 04 Apr 2013 17:51:47 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:23310 Does that run the jar application in a window of the clients browser? If so then yes that is what I want. On Thursday, April 4, 2013 11:37:23 AM UTC-6, John B. Matthews wrote: > In article <730dfde4-b812-4dec-a321-dffa85fdad06@googlegroups.com>, > > SpreadTooThin wrote: > > > > > 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? > > > > You can deploy your JAR from your server to a client machine using > > Java Web Start: > > > > If that's not what you want, I don't understand the question. > > > > -- > > John B. Matthews > > trashgod at gmail dot com > >