Received: by 10.224.27.14 with SMTP id g14mr9855198qac.1.1347468262730; Wed, 12 Sep 2012 09:44:22 -0700 (PDT) Received: by 10.236.180.41 with SMTP id i29mr2851842yhm.4.1347468262704; Wed, 12 Sep 2012 09:44:22 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!v8no3385110qap.0!news-out.google.com!da15ni3445qab.0!nntp.google.com!v8no2122559qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 12 Sep 2012 09:44:22 -0700 (PDT) In-Reply-To: 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:44:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18678 > Job one when debugging is to reproduce the problem. Where is the > command line that works? I saw you list your command line in the > previous post, but the one you used here is missing. I setup my PC's "Classpath" environment variable to point to the two dot jar files. Then on my PC at the Command Prompt, with the below command I get the following error message. java testing.jar Error: Could not find or load the main class testing.jar. Thank you,