Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <5.2.0.9.2.20030331225416.02acc970@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Mon, 31 Mar 2003 22:58:40 -0800 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: (Aucun objet) In-Reply-To: <3E893752.2010408@hds.utc.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Jean-Luis, Even though you're using CYGWIN, which provides a very Unix-like environment and inside of which the PATH has a Unix-like syntax, the Sun Java compiler is a Windows application and it expects CLASSPATH to be formatted according to the Windows convention. The path components are separated with a semicolon. The path elements themselves, if they're absolute paths, must begin with a driver letter, followed by a colon, followed by an absolute path name. If you construct your CLASSPATH this way, things should work. Randall Schulz At 22:53 2003-03-31, you wrote: >Hello > > I installed java (j2sdk1.4.0) in Windows. > In general I work in LInux and I developped an application in JAVA and >ANTLR. > > I installed CYGWIN and I want to complie my JAVA application in >WINDOWS, i uses make for manage compilation. > > I set my PATH variable for JAVA access and this work fine. > > But when I want set my CLASSPATH variable, I am in trouble. > > The setting in CYGWIN environnement don't work, JAVA in out CYGWIN. > The setting in CYGWIN script (set CLASSPATH="one dir") work but I want >manage many dirs : > A. If I set many dir in CYGWIN script this don't work > B. If I set many dir in CYGWIN envi this don' work > >Some people have a the same pb ? >Can you help me ? > >Boulanger JL -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/