Received: by 10.180.106.199 with SMTP id gw7mr1425754wib.0.1347020100590; Fri, 07 Sep 2012 05:15:00 -0700 (PDT) Received: by 10.52.91.47 with SMTP id cb15mr889547vdb.11.1347020100136; Fri, 07 Sep 2012 05:15:00 -0700 (PDT) Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.unit0.net!feeder3.cambriumusenet.nl!feed.tweaknews.nl!209.85.212.216.MISMATCH!yt1no4739266wib.1!news-out.google.com!ed8ni202wib.0!nntp.google.com!7no4797867wig.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Fri, 7 Sep 2012 05:15:00 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=198.151.13.60; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT NNTP-Posting-Host: 198.151.13.60 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <08dcc4bb-ac13-4992-b576-1d4f51a28d2e@googlegroups.com> Subject: How Do I Publish My Working Project (corresponding dot jar doesn't work on other's PCs) From: clusardi2k@aol.com Injection-Date: Fri, 07 Sep 2012 12:15:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.programmer:18580 Hello, Once my NetBeans project is finalized what do I have to do to create an exe= cutable others can execute without having NetBeans directly installed on th= e computer. Currently, my project contains a dot jav file which I can run to execute my= project. But, when others try to execute that same dot jar it doesn't work= . (Am I missing something here or should executing the dot jar always work.= How should I troubleshoot this problem.) Thank you,