Valhalla Legends Archive

Programming => General Programming => Java Programming => Topic started by: Dynobird on July 30, 2005, 12:16 PM

Title: Java open src bot examples
Post by: Dynobird on July 30, 2005, 12:16 PM
Where could I find open src examples of Java bots? I DLed Feanor's Firebot but I could only find two .java files, the rest were .class files...
Title: Re: Java open src bot examples
Post by: Kp on July 30, 2005, 12:29 PM
Then maybe there's only two .java files necessary for it? :P  Check out iago (http://forum.valhallalegends.com/phpbbs/index.php?action=profile;u=2457)'s JavaOp (http://www.javaop.com/).
Title: Re: Java open src bot examples
Post by: Lenny on July 30, 2005, 09:15 PM
You'll also find BNCC (Battle.net Connection Core) (http://myjavaserver.com/~madc0w/ServlerBot/bncc/) helpful.
Title: Re: Java open src bot examples
Post by: Dynobird on August 01, 2005, 08:47 PM
Quote from: Kp on July 30, 2005, 12:29 PM
Then maybe there's only two .java files necessary for it? :P  Check out iago (http://forum.valhallalegends.com/phpbbs/index.php?action=profile;u=2457)'s JavaOp (http://www.javaop.com/).

I dled JavaOp but I couldn't find any .java files in it. I found "executable JAR files" ... is it possible to open these up and see the source code?
Title: Re: Java open src bot examples
Post by: MyndFyre on August 01, 2005, 08:58 PM
Quote from: Dynobird on August 01, 2005, 08:47 PM
Quote from: Kp on July 30, 2005, 12:29 PM
Then maybe there's only two .java files necessary for it? :P  Check out iago (http://forum.valhallalegends.com/phpbbs/index.php?action=profile;u=2457)'s JavaOp (http://www.javaop.com/).

I dled JavaOp but I couldn't find any .java files in it. I found "executable JAR files" ... is it possible to open these up and see the source code?

.JAR files are archives that contain both the compiled .class files along with source code.
Title: Re: Java open src bot examples
Post by: Dynobird on August 01, 2005, 09:19 PM
Thanks.