Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to read outlook mail using java

843834Jun 20 2008 — edited Jun 23 2008
Hi,

I am new to javamail ,
I want to read outlook mail using java

thanks

Edited by: My_Problems on Jun 20, 2008 11:13 AM

Comments

From a terminal window, please try:
$ /usr/bin/firefox
and show any messages that are displayed.
763732
Tried it, and there were no messages displayed in the terminal window.
763732
Seems like I raised a red herring. I guess its a lesson in RTFM for me.

With Firefox 3.6 we need to use the next generation Java plugin libnpjp2.so found in <jre>/lib/i386 and not the older libjavaplugin_oji.so found in <jre>/plugin/i386/ns7.
783309
Here's what i did and to fix that same problem:

cd /usr/lib/mozilla/
mkdir plugins
cd plugins
ln -s /usr/java/default/lib/i386/libnpjp2.so
DK67
Thanks. This solved my problem.
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 21 2008
Added on Jun 20 2008
4 comments
1,421 views