Received: by 10.66.83.74 with SMTP id o10mr3373455pay.33.1347386907201; Tue, 11 Sep 2012 11:08:27 -0700 (PDT) Received: by 10.68.223.170 with SMTP id qv10mr1501013pbc.2.1347386907143; Tue, 11 Sep 2012 11:08:27 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!4no1209453pbn.1!news-out.google.com!t10ni4303pbh.0!nntp.google.com!r4no1212399pbs.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Tue, 11 Sep 2012 11:08: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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <84caa856-f49b-4ae3-8ae8-e7c5b6579b11@googlegroups.com> Subject: Re: How Do I Publish My Working Project (corresponding dot jar doesn't work on other's PCs) From: Lew Injection-Date: Tue, 11 Sep 2012 18:08:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18645 markspace wrote: > To run, you use java -cp -jar The problem with that is that the command will ignore the "-cp" parameter. "-cp" and "-jar" is either/or proposition. -- Lew