This is first class myservlet.java i am calling it to compute using another code named compute.java which calls the functions the entire operation is done via an R code at the bcak end the link for tht file is given in the compute class .
An error named ClassNotFoundException is abrupting the program .
MyServlet.java
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException //this where i am getting the error
Compute c=new Compute(a1,a2); //sometimes error is mentioned here
I am getting an error at these 2 lines of code particularly