X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <17704083.post@talk.nabble.com> Date: Fri, 6 Jun 2008 18:18:33 -0700 (PDT) From: samitj To: cygwin AT cygwin DOT com Subject: path separator MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jain DOT samit AT gmail DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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 this fails.. $ java -cp lib/matrix/matrix.jar:bin/ com.test.matrix.simulation.SimulationApplication Exception in thread "main" java.lang.NoClassDefFoundError: com/test/matrix/simulation/SimulationApplication Can you please advise on this? thanks, Sam -- View this message in context: http://www.nabble.com/path-separator-tp17704083p17704083.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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/