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 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: How to set a variable with a space in the value? Date: Tue, 30 Aug 2005 11:53:09 -0400 Message-ID: From: "Reid Thompson" To: Cc: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j7UFrRj4029818 Ashish DOT Srivastava AT med DOT va DOT gov wrote: > Hi, > I have a JDK installed in c:\Java SDK directory. I am > trying to export the JAVA_HOME in cygwin but it seems is crancking > out on the space. > > export JAVA_HOME=c:\Java\\ SDK > export JAVA_HOME=c:\"Java SDK\" and, > export JAVA_HOME="c:/Java SDK/" > > all fails. Please help! > > Thnx, > -Ashish try ln -s C:\\Java\ SDK /java export JAVA_HOME=/java reid -- 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/