Received: by 10.68.136.71 with SMTP id py7mr96280pbb.4.1347479906667; Wed, 12 Sep 2012 12:58:26 -0700 (PDT) Received: by 10.68.195.72 with SMTP id ic8mr85171pbc.8.1347479906650; Wed, 12 Sep 2012 12:58:26 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!4no5056789pbn.1!news-out.google.com!a8ni4572pbd.1!nntp.google.com!4no5056785pbn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 12 Sep 2012 12:58:26 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T NNTP-Posting-Host: 69.28.149.29 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> <35098d0e-a381-4113-9cbf-83a441f6049d@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: Lew Injection-Date: Wed, 12 Sep 2012 19:58:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18692 (unknown) wrote: > About this process, I have two dot jar files in my project. I guess I put both of them in the Manifest.txt > file. Question 1: Do I separate these two jar file names with a comma? No. RTFM. > That link, basically, says to use the command: > > jar cfm NEW.jar Manifest.txt MyPackage/*.class > > But executing that command, I get the error message: > > MyPackage\*.class : no such file or directory. Is there such a file or directory on your system? No? Then why did you specify it? > So, Question 2: What do I put in place of "MyPackage/*.class". The NetBeans build process creates the > folder (C:\testing\build\classes\) which contains about 40 dot .class files. The actual folder, not the example in a tutorial. Really? -- Lew