Random Noise

cat /dev/random >> /dev/dsp

Installing ANT

with 3 comments

  1. Download the latest zip from http://ant.apache.org/bindownload.cgi.
  2. Extract it to a directory. For example C:\Users\Joe\apache-ant-1.7-bin.
  3. Edit your environment variables: On Windows XP: Right click on
    My Computer and select properties, then select Advance tab. On
    Vista: Right click on Computer and select properties => Advanced
    System Settings, then click on Environment Variables button.
  4. Add two system environment variables:
    JAVA_HOME = C:\Program Files\Java\jdk1.6.0_01
    ANT_HOME = C:\Users\Joe\apache-ant-1.7-bin
  5. Edit PATH envroment variable and add the following to the end:
    ;%JAVA_HOME%\bin;%ANT_HOME%\bin;

Written by Vivek Unune

June 30, 2007 at 2:41 pm

Posted in Java, Windows Tip

Tagged with , ,

3 Responses

Subscribe to comments with RSS.

  1. Short and usefull, thanks!

    BlackandCold

    January 12, 2010 at 11:09 am

  2. Very Useful

    Sonali

    June 11, 2010 at 5:23 am

  3. Thanks friend…very useful 😀

    David

    November 15, 2010 at 3:42 pm


Leave a reply to BlackandCold Cancel reply