Hi Eric, it's not clear from your message which OS you're using. You should have also included the exact error message. I'm asuming it's "bash: java: command not found" or equivalent.
On Thu, Jan 16, 2014 at 10:38 AM, Eric Martyns <[email protected]> wrote: > i ran the command > java-version > ANT-version Firstly, there has to be a space between the command and its parameter: java -version ant -version Secondly, UNIX-like systems are case sensitive, so you can't type "ANT", you have to type "ant". Windows is case-insensitive. Assuming you're doing that correctly, you most likely haven't added the path to these commands to your PATH environment variable. How to do this depends on which OS you're using, that's why you must include all this information when asking questions. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

