i have a java file to send mail and a jar file javax.mail.jar...... how to import jar file inside java file

import a jar file inside a java file? you can't. you have to put the jar file on the path (either your system path, or the path of the project)
and then you can simply use import myJar.myPackage.MyClass;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.