James Matthews wrote: > > Hi there, > > Firstly, thanks for the replies. Although I had checked all the of the FAQs > and documentation to no avail, I managed to fix the problem myself. Cheers > anyway. > > Secondly, how can I set up the bash paths? I want to be able to use my Sun > java compiler (or the microsoft one) by just typing "javac". I have JDK1.4 > installed in "C:\Program Files\JDK1.6".
export PATH=$PATH:/your/path/here Here is a usefull link too: http://www.cygwin.com/faq/faq_4.html#SEC34 If you're asking how to use Win32 style paths you can find the info here: http://sources.redhat.com/ml/cygwin/2001-09/msg00014.html http://www.cygwin.com/faq/faq_4.html#SEC36 As usually the FAQ and the maling list archive (which can be searched easily) are your best friends. -- 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/
