Othello plugin

Hello, I’m trying to write a board game plug-in. I realize an Othello was already built. Can some walk me through the process of sticking any plugin into Spark?

http://www.igniterealtime.org/projects/spark/sparkplug-kit.jsp

Okay. I got that far :slight_smile: I stuck the example.jar folder into “Spark\plugins”. Should it work now or maybe I have to build spark with ANT?

You have to put jar file (not folder) into C:\Program Files\Spark\plugins. Folder should be created on Spark startup. That is if you want to test plugin with already working Spark installation. I dont know how to integrate new plugins into Spark setup.

Okay. I got that far :slight_smile: I stuck the example.jar folder file into “Spark\plugins”. Should it work now or maybe I have to build spark with ANT?

Damned typos.