Just had a quick question for you all... I am currently in a project at school in which i need to
import 4 packages:

import java.util.*;
import java.io.*;
import javax.mail.*;
import javax.mail.internet.*;

I wanted to import these packages from the internet though. I will be making my own site, and redirecting the imports to read: import http://www.site.com/java.util.*; etc.

Will this be possible?
Where do i download these packages seperately so i can host them on my website.