Waw! thank you very very much Sascha. It worked! I owe you a beer ;) Kind regards. Bruno
2011/2/14 <[email protected]> > Send Pokersource-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.gna.org/listinfo/pokersource-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pokersource-users digest..." > > > Today's Topics: > > 1. Re: Building pokersource.jar (Sascha Lundberg) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 13 Feb 2011 14:57:20 +0100 > From: Sascha Lundberg <[email protected]> > Subject: Re: [Pokersource-users] Building pokersource.jar > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Am 11.02.2011 13:11, schrieb Bruno MG: > > Hi everyone. > > > > I'm developing a poker bot in Java for this year ACPC competition. > > I like a lot pokersource but despite if the fact I folloew Dave's > > instructions to build pokersource.jar I didn't achieved it. > > I changed the important things on the code to make it work with the > > JDK 1.6, but I'm not familiar with JNI and I dont know what more > > things I need to change from the Makefile. > > Does anyone have the pokersource.jar compiled to work with java 1.6? > > > > Thank you very much > > Bruno > > > > > > _______________________________________________ > > Pokersource-users mailing list > > [email protected] > > https://mail.gna.org/listinfo/pokersource-users > Hello Bruno, > actually I've fixed the Java bindings and build process already some > time ago. Because you were asking I updated the sources to the latest > trunk version today. > > here it is: > http://svn.gna.org/svn/pokersource/branches/poker-eval-java/ > > When building you only need to enable the java build with the flag > "--enable-java" > e.g. ./configure --enable-java --prefix=/path/to/install/ > > if the build was successful you should find the file "pokersource.jar" > in the java folder > from there run the junit tests with "make test" > > This works for me on Ubuntu+OpenJDK 6 and Windows(MinGW)+Sun/OracleJDK 6 > on Windows make sure the path of the java installation does not contain > any spaces (as in "Program Files"). > > kind regards > Sascha > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > </public/pokersource-users/attachments/20110213/c29d4dac/attachment.html> > > ------------------------------ > > _______________________________________________ > Pokersource-users mailing list > [email protected] > https://mail.gna.org/listinfo/pokersource-users > > > End of Pokersource-users Digest, Vol 57, Issue 4 > ************************************************ >
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
