Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JavaMail and Novell Netware

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I created an online shopping website that sends confirmation email to customers once they finish shopping. I used javamail for sending email to the customers.
It is functioning perfectly well on my "javawebserver" testing platform. But i am unable to do the same when i try to implement it on my company's "Novell netware" server.
It is displaying the following exception:
"500 java.lang.NoClassDefFoundError: javax/mail/Session java.lang.Exception: javax/mail/Session"
i did copy the mail.jar to the server's servlet engine lib directory and set the classpath of the env.
But it is still giving me the same problem again and again.
Please help me how i could solve this problem.

------------------
 
Every snowflake is perfect and unique. And every snowflake contains a very tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic