norecha / pokubot

Clash of Clans bot
GNU General Public License v2.0
163 stars 83 forks source link

Java project file #41

Closed yipmc closed 9 years ago

yipmc commented 9 years ago

Hi,

This bot is wonderful, it's free and open source! There seems to be a lot of requests out there and I'm very interested in helping you out with some coding. In college I've gained some experience working with Java and SVN, which is kinda like github. While not much experience in Java, I'm very familiar with OOP in languages such as C++ and PHP. I've programmed bots in C++ and Autoit, but never in Java. Nonetheless, having viewed the source code thoroughly I believe I can be of help to some extend.

To the point: back then I remember we used Eclipse for Java projects, I've tried setting up a project with your code but I couldn't get the library references to work, it's giving me all kinds of errors. So my question is, is it possible to upload the source code as a project so I can start the coding right away? Not sure if this is possible, but I'd like to hear it from you. Changing IDE is no problem either.

Regards,

norecha commented 9 years ago

Install eclipse maven plugin. Then import new maven project, it should set everything up

larknart commented 9 years ago

i used http://efxclipse.bestsolution.at/install.html ..easy solution with bundles.

yipmc commented 9 years ago

Maven worked great! Thanks for the help