Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by orozcom1

  1. orozcom1

    how add bcc to java mail

    I've done this before. Try this. import java.util.*; import javax.mail.*; import javax.mail.internet.*; public class EMail { protected String getMailHost() { return Config.getConfig().getMailHost(); } private String text; /** Gets...
  2. orozcom1

    Good "starters" book on Java

    I recommend Head First Java - Oreilly, It takes an unusual approach to teaching java, but it will keep you interested. I also makes it easier to understand.
  3. orozcom1

    Java Screen Scraper

    Is there source code for Screen Scraping in java, and is there something better to use? I saw something about jakarta's scrape taglibs but I dont know anything about them. anyone?

Part and Inventory Search

Back
Top