Fail to compile spark

hi, I am a spark and java newbie. I downloaded spark source code and tried to compile it with eclipse and ant. the build was successful under the console but there are 276 errors, most of them are “The import com.apple cannot be resolved”. could anybody tell me where to get the com.apple jar file?, Thanks a lot.

Are u compiling at MAC?

If not, try to get your current OS in SVN.

If you´re using MAC, not sure, but com packages are commom paid packages.

Hope helped.

Hi,

Do not include the plugins folder in your Eclipse configuration. Only Java.

-Derek

Hi, thanks you all for the answer, I deleted the apple plugins, and it works now.