What is javax.activation,how can I get it

hello all
the JavaMail need a class library called "javax.activation",but I don't know what mean is it,and how to get it ,how to use it...
Thanks in advance,
qingbt.

When using JavaMail with NetBeans:
If you are writing a plain Java application, create a Library using the Library Manager (Tools | Libraries -> New Library -> Add Jar) and add activation.jar and mail.jar to this library. Then add the library to your project (right click the project and select Properties | Libraries | Add Library).
If you are writing a Web or JavaEE application, activation.jar should be provided automatically by server (e.g. GlassFish, JBoss, etc.). If it is not working, please post more details (NetBeans version, server brand and version, JDK version, error messages encountered, etc.)

Similar Messages

Maybe you are looking for