Openfire Eclipse Project Builder Failed -

I have followed the instructions at

http://www.igniterealtime.org/community/docs/DOC-1020

This went fine upto Build Openfire then I follow

->Create Project Builder

->Run/Debug

  • The setting is now complete for Openfire.
  • You may test running and debugging by clicking on Run::Run History::Openfire and Run::Debug History::Openfirerespectively. If you choose the later and if you follow this instruction closely, execution will stop on the main method in ServerStarter.java.
    -> After It showing Error :

Could not find main class:

org.jivesoftware.openfire.starter.ServerStarter Program will exit



I change Main class in Run configuration as java.org.jivesoftware.openfire.starter.ServerStarter I also showing the Same error

Help Me try out on two different machine from last 1 month, before 6 month I had successfully configured Openfire Dev in Eclipse and develop some plugins

Thanks in Advance

Hello Atul ,

I got this problem also .

You are not set openfire jar files into your eclipse openfire project build path .

You have to set jar files into your eclipse openfire project build path.

after see your snapshot i think you are not follow all steps to configure openfire in eclipse

please follow this steps and after set all openfire jar file list in build path .

http://community.igniterealtime.org/docs/DOC-1020

you have yo set openfire > target > lib > all jar files into your build path.

1 Like

Thanks Rajesh It Solved My problem Seems http://svn.igniterealtime.org/svn/repos not providing the .java Source Code now provides only .class code (Since actually we want execution will stop on the main method in ServerStarter.java. but it stops in **ServerStarter.**class)