Hi:
I'd like too to test my bot with Poker Academy. I downloaded meerkat api from
here and then I followed instructions from readme:
Quote:
Drop both the .pd and .jar file into the Program's data/bots/ folder
The default location on windows is C:\Program Files\PokerAcademyPro\data\bots
On Mac OS X you must install it inside the application bundle, which is
in Contents\Resources\Java\data\bots\
* Load the Opponent Manager and create a new Opponent (your new bot type
should appear in the list of installed AI Engines)
* See the SimpleBot.java example for a basic bot.
I did it with SimpleBot.jar and simpleBot.pd that are attached to instructions.
It was also required to drop the SimpleBot.pd to
\Documents and Settings\%user%\Application Data\PokerAcademyPro2\logs\players\
Everything is working. But then I just wanted to compile SimpleBot.jar from original source code SimpleBot.java. I followed
this instructions:
Quote:
javac SimpleBot.java -cp meerkat-api.jar
jar cvf SimpleBot.jar SimpleBot.class
(It's for java machine)
But now I can't load poker table in PA. I added Simple bot to table. Then I click on "load table" button and then cursor transform to sandglass. And nothing happens. What I'm doing wrong?
Could you please help me? Both forums (Poker Academy and Poker Genius) are closed for registration, so I can't even ask a question.