[Pogamut-list] Package Java bot into .jar file

jakub.gemrot pogamut-forum at artemis.ms.mff.cuni.cz
Tue Jun 23 22:08:20 CEST 2009


Re: Package Java bot into .jar file

Author: jakub.gemrot

I think it would be hard to do with Python bot but not impossible.

The trick with Python bot is that there must be certain java properties
set to correct path if Jython engine should be working, namely python.path
must be set via System.setProperty must be set to jython.jar + directory 
with SPOSH (you can find it in your PogamutPlatform directory).

I don't remember whether you could do it just with PogamutCore.jar or you 
will have to change SPoshBot.java file.

You should definitely start by checking out files from svn://artemis.ms.mff.cuni.cz/pogamut/trunk
and read the code in SPoshBot.java file.

Cheers!

Jakub





More information about the Pogamut-list mailing list