I am new to java and I'm trying the examples in the j-bot manual, but I need to import jbot.*, does anyone know where I can download this from?·· Thanks
Thanks Peter I found many applications I was looking for but my manual says that I must import JBot.*, any idea where I can get this, almost every example in my jbot manual starts with inport stamp.core.* and the next line is import JBot.*, why is this so hard to find
Comments
http://groups.yahoo.com/group/javelinstamp/files/JavelinBot/
regards peter
http://www.parallax.com/javelin/javelinbot.asp
There you have JavelinBot apps for download.
In that archive I find BasicJBot.java in the package JBot.
So you should have a folder JBot in folder lib.
into which all those files are extracted.
Then you import JBot.*;
(not JBot.java)
regards peter