I can´t start resp compile the spark source via eclipse 3.2

first of all, sorry about my english !

i have problem to start resp compile the spark source via eclipse 3.2.

  1. i have download the spark source with subversion.
  1. then i have create a new java project from existing source.
  1. i tried to start Spark.java --> Run --> Run As --> Java Application
  1. i get the following error message: Selection does not contain a main type

what´s wrong ?

thanks

aaron

i don’‘t know how it’‘s exactly with the sparc sources… but wildfire’‘s one … they have an ant build script that builds the sources and makes some executables… i think it might be helfful to seacht such an ant file in the sparc source and add it to eclipe’'s ant-view … then you shuld be able to compile the sources. …