Posted By:
DONE_D1
Posted On:
Tuesday, June 18, 2002 05:24 PM
I have: 1)downloaded Javamail 1.2 and JavaBeans Activation framework. 2)unbundled the javamail-1_2.zip and jaf1_0_1.zip files. This created 2 folders of the same name. 3)placed them the same folder as JDK. 4)set the classpath as ==SCREENSHOT== C:>set CLASSPATH=%MYJAVA% inactivation.jar; %MYJAVA% inmail.jar C:>echo %classpath% inactivation.jar; inmail.jar === MYJAVA is the folder containing JDK,javamail-1_2 and jaf1_0_1 files. I tried all the demo but it did'nt work and the statement(import javax.activation.*;)is not been r
More>>
I have:
1)downloaded Javamail 1.2 and JavaBeans Activation framework.
2)unbundled the javamail-1_2.zip and jaf1_0_1.zip files.
This created 2 folders of the same name.
3)placed them the same folder as JDK.
4)set the classpath as
==SCREENSHOT==
C:>set CLASSPATH=%MYJAVA% inactivation.jar; %MYJAVA% inmail.jar
C:>echo %classpath%
inactivation.jar; inmail.jar
===
MYJAVA is the folder containing JDK,javamail-1_2 and
jaf1_0_1 files.
I tried all the demo but it did'nt work and the statement(import javax.activation.*;)is not been recognised.
Why is this so and what am i doing wrong.
I would really appreciate any help you can give.
Thank you
<<Less