Received: by 10.224.31.20 with SMTP id w20mr6062558qac.2.1347465773590; Wed, 12 Sep 2012 09:02:53 -0700 (PDT) Received: by 10.236.170.7 with SMTP id o7mr2811971yhl.3.1347465773536; Wed, 12 Sep 2012 09:02:53 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!v8no2119083qap.0!news-out.google.com!da15ni3445qab.0!nntp.google.com!v8no2119077qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 12 Sep 2012 09:02:53 -0700 (PDT) In-Reply-To: <784b7374-dd6e-4a35-9f71-07e38e63a972@googlegroups.com> 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 References: <08dcc4bb-ac13-4992-b576-1d4f51a28d2e@googlegroups.com> <83333a34-5a38-4199-a83b-db2c2c39658b@googlegroups.com> <734d3450-00d4-45cf-a760-f78a10613945@googlegroups.com> <84caa856-f49b-4ae3-8ae8-e7c5b6579b11@googlegroups.com> <784b7374-dd6e-4a35-9f71-07e38e63a972@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How Do I Publish My Working Project (corresponding dot jar doesn't work on other's PCs) From: clusardi2k@aol.com Injection-Date: Wed, 12 Sep 2012 16:02:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18674 On my own PC under NetBeans, I have no problem. I see the following from five print statements! init: Deleting: C:\testing\build\built-jar.properties deps-jar: Updating property file: C:\testing\build\built-jar.properties files are up to date compile: run: Hello 1 Hello 2 Hello 3 Hello 4 Hello 5 BUILD SUCCESSFUL (total time: 19 seconds) Thank you,