PDA

View Full Version : Building SWF In Eclipse


curtney
Apr 3rd, 2006, 06:42 PM
Greetings!

I am getting the following error whenever I try to build SWF in Eclipse. Everything works fine from the command line, which is leading me to think it is an eclipse configuration issue.

The import java.util.concurrent cannot be resolved

What are the eclipse options or (ant script modifications) the SWF community is using to build SWF in Eclipse?

Thanks,

Curtney

Keith Donald
Apr 3rd, 2006, 06:49 PM
Hi Curtney,

Build requires 1.5.

Keith

curtney
Apr 5th, 2006, 01:22 AM
Thanks, that did the trick!

Curtney