X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Fri, 6 Jun 2008 21:58:28 -0400 From: "Mark J. Reed" To: cygwin AT cygwin DOT com Subject: Re: path separator In-Reply-To: <17704083.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17704083 DOT post AT talk DOT nabble DOT com> X-Google-Sender-Auth: 4b95367fe2bbff13 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Fri, Jun 6, 2008 at 9:17 PM, samitj wrote: > > Hi, > what is the path separator in Cygwin for paths, classpaths etc.. > > this works... > $ java -cp lib/matrix/matrix.jar > com.test.matrix.simulation.SimulationApplication Java is not a Cygwin package. You must be running the standard Windows Java, which means you need to use Windows CLASSPATH syntax. Cygwin doesn't do any magic; stuff that wasn't compiled for Cygwin is not going to behave differently just because you run it from a Cygwin bash shell. :) -- Mark J. Reed -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/