Not able to run Spark from eclipse!

Hello

I followed svn/eclipse doc and was able to set up and build properly.

But when I try to run “org.jivesoftware.launcher.Startup” from eclipse I get many error :

Exception in thread “main” java.lang.Error: Unresolved compilation problems:

The import org.pushingpixels cannot be resolved

SubstanceBusinessBlueSteelLookAndFeel cannot be resolved to a type

SubstanceBusinessBlueSteelLookAndFeel cannot be resolved to a type

com.install4j.api.launcher.StartupNotification cannot be resolved to a type

at org.jivesoftware.Spark.(Spark.java:45)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

at java.lang.Class.newInstance0(Class.java:355)

at java.lang.Class.newInstance(Class.java:308)

at org.jivesoftware.launcher.Startup.start(Startup.java:84)

at org.jivesoftware.launcher.Startup.main(Startup.java:44)

Exception in thread “main” java.lang.Error: Unresolved compilation problems:

The import org.pushingpixels cannot be resolved

SubstanceBusinessBlueSteelLookAndFeel cannot be resolved to a type

SubstanceBusinessBlueSteelLookAndFeel cannot be resolved to a type

com.install4j.api.launcher.StartupNotification cannot be resolved to a type

at org.jivesoftware.Spark.(Spark.java:45)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

at java.lang.Class.newInstance0(Class.java:355)

at java.lang.Class.newInstance(Class.java:308)

at org.jivesoftware.launcher.Startup.start(Startup.java:84)

at org.jivesoftware.launcher.Startup.main(Startup.java:44)

After building do I need to put any lib in class path ? Or do I need to download any external jar?

Thanks in Advance!

Alright! Just needed to add jar files in build path from target directory and all set !! Thanks for looking people !