Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Nancy Thomas   on Dec 29 In Java Category.

  
Question Answered By: Zobebah Mizrachi   on Dec 29

The jar  file is actually a ziped version of
files.Actually a jar file  can be unzipped using the
winzip utility too!!!!

Make sure that your jar file internally contains a lib
directory. In the lib directory place the
activation.jar and also the mail  jar files.

The expanded structure of the jar file should be

somename.jar
|
|
|-----META-INF
|
|-----lib
|
|
|---activation.jar
|
|
|---mail.jar
|
|
|---pop3.jar (etc)

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Creating a jar file that contains javamail code Or get search suggestion and latest updates.


Tagged: