Quantcast
Channel: Ignite Realtime : All Content - Openfire Plugins
Viewing all articles
Browse latest Browse all 488

Plugin Development in Netbeans

$
0
0

I would like to develop a simple 'hello world' plugin in OpenFire( using Netbeans).
I read that making plugins requires the whole openfire Source to be available, so I downloaded that.  I am following these steps:



My openfire_src folder is in this location - C:\Users\Harsh\Desktop\openfire_src

  1. Create a new project like this;
    1.PNG
  2. Select the folder (please see the settings here as well)
    2.PNG
  3. Click next without changing anything:
    3.PNG


  4. Again, click next without changing anything:
    4.png
    After that, I am taken to the Java Sources Classpath window

  5. In the Java Sources Classpath Window, I choose All the jars from the src\build\lib\ folder, and all the jars inside the sub folders as well (ant,dist,merge,src)   
    5.png
  6. Then here, i just click next ( no changes)
    6.png

  7. After clicking on finish, I get a ton of errors like this :
    7.PNG

 

This is one of the many errors:
8.png

 

 

 

I am using Netbeans and windows.
My main objective is to be able to make a plugin for openfire. Thank you in advance for your help.


Viewing all articles
Browse latest Browse all 488

Trending Articles