Hi,

actually this should work, do you have a stacktrace or a specific error
that you could link?

I would recommend you to use an IDE like eclipse for the compiling, or a
build tool like maven.
Hope it helps you a little.

2012/8/15 Chui-Hui Chiu <[email protected]>

> Hello,
>
> I tried to compile a new Hama application in the following environment but
> always get tons of error messages.
>
> The Hadoop package is unzipped to <Hadoop root>.
> The Hama package is unzipped to <Hama root>.
> The Hama source code is in <Hama source root>.
>
> I typed the following command to compile.
> javac -classpath "<Hadoop root>/*.jar:<Hama root>/*.jar" <full path to my
> source file>
>
> The error messages are about many missing Hadoop and Hama packages.
> I am new to Java.  Doesn't the -classpath include all necessary packages?
> What do I miss?
>
>
> Many thanks,
> Chiu
>

Reply via email to