Installing Additional APIs
I got the Java Mail API, but I'm not sure what folder to put it in in order to use it.
[94 byte] By [
S_Murdera] at [2007-11-26 21:45:09]

# 1
The Java Mail API is just webpages, right? Do you mean the Java Mail binary (.jar or .class) files? If it's the former, you can put web pages anywhere. If it's the latter, you can put these resources anywhere but you have to make sure to include them in your classpath
# 2
Java Mail API: http://java.sun.com/products/javamail/
I need to know where to put it so that I can import it's packages.
Also, I don't use a global classpath, since it tends to get messed up. I always specify paths on the command line. Also, I don't know which folder within the API folders I should point to.