X-Spam-Check-By: sourceware.org Message-ID: Date: Tue, 30 Jan 2007 12:42:13 +0000 From: "Mark Fisher" To: cygwin AT cygwin DOT com Subject: Re: cygpath problems In-Reply-To: <84265.54844.qm@web23115.mail.ird.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <84265 DOT 54844 DOT qm AT web23115 DOT mail DOT ird DOT yahoo DOT com> 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 > >java -classpath ${AHECLIENT_HOME}/lib/org.mortbay.jetty.jar org.mortbay.util.PKCS12Import $1 ${AHECLIENT_HOME}/conf/aheclient.ks > > > >keytool -keystore ${AHECLIENT_HOME}/conf/aheclient.ks -import -alias rootca -file ${AHECLIENT_HOME}/lib/certs/cacert.pem -trustcacerts "cygpath -w some_dir" will convert to a windows directory that can be accepted by java etc (check "man cygpath"). so try java -classpath $(cygpath -w ${AHECLIENT_HOME}/lib/org.mortbat.jetty.jar) ... mark -- 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/