I want to introduce the servlet package, to use
import javax.servlet.*;
import javax.servlet.http.*;
Where should such commands be imported, and where should my jar package be placed?
But after unzipping, put the javax directory under the directory of my java file to succeed, but I always feel that this should not be the correct way What I want is to put all the jar packages in the lib directory and then import them into the Java program. what should I do?