Search found 3 matches

by Zed_Gecko
Fri Feb 13, 2009 6:56 am
Forum: BitBath
Topic: How to compile a bot properly - for noobs
Replies: 4
Views: 19380

thanks CrappySnafu
the tipp and link did help.

because i have no exprience with java, i didn´t know where to start.
after installing ant, i now can build working bots;
still don´t know what´s actually happening, and why, but i am satisfied for now.
by Zed_Gecko
Tue Dec 02, 2008 9:24 am
Forum: BitBath
Topic: How to compile a bot properly - for noobs
Replies: 4
Views: 19380

Thanks, but this doesn´t help. I really need : Either some general informations about the difference between a "normal" java-class and a "hack-vm" java-class (so i can check some tutorials on how to create such a file), Or (better) some instructions how to create the desired java...
by Zed_Gecko
Mon Dec 01, 2008 2:38 pm
Forum: BitBath
Topic: How to compile a bot properly - for noobs
Replies: 4
Views: 19380

How to compile a bot properly - for noobs

Hi, i am totaly new to java programming, but i really would like to create an own bot. The examples that come with the SDK are quite helpfull on how to code a bot, but i can´t find informations on how to compile it properly. I have installed the jdk1.6.0_10 Java SDK from Sun. A simple javac MyBot.ja...