Hi,
I am running somebody's code. The code has import at the top:
import org.apache.commons.io.FileUtils;
But the compiler complains that "package org.apache.commons.io does not
exist". I want to add classpath to point to it. But I don't know where
this package is located. How can I find out where it is located? Can you
give me a hint?
Thank you very much.
Gordon Beaton - 21 Aug 2007 18:41 GMT
> But the compiler complains that "package org.apache.commons.io does not
> exist". I want to add classpath to point to it. But I don't know where
> this package is located.
Did you try Google?
Download the package from here:
http://commons.apache.org/
Google would have told you this in less time than it took you to post.
/gordon
--
bugbear - 22 Aug 2007 09:34 GMT
> Hi,
>
[quoted text clipped - 6 lines]
> this package is located. How can I find out where it is located? Can you
> give me a hint?
Here's a hint. Start with a web search.
BugBear