Using custom .jar's in your java project

Posted by Aidan on Stack Overflow See other posts from Stack Overflow or by Aidan
Published on 2010-06-16T14:55:32Z Indexed on 2010/06/16 15:02 UTC
Read the original article Hit count: 170

Filed under:

Hi guys,

I'm importing from two jar's twitter4j-2.0.10.jar and mysql-connector-java-5.1.10-bin.jar, I'm running the code on a server but it's not letting me. I get a..

 Streamer.java:9: package twitter4j does not exist
 import twitter4j.StatusDeletionNotice;
             ^

error when compiling. I know this has something to do with getting java to recognise my custom jar's but I don't know how to get java to "see" them.

Any ideas?

© Stack Overflow or respective owner

Related posts about java