Hi all, I am having a problem in JSP, it is very simple.
I have a java class and a JSP program, my JSP program will call the a method of java program in order to work as one complete application .however, I got an error says undetermined method.
Based on what I know , java classes(not the source code) under (WEB-INF/classes) and the JSP under the root
I did this , I still got errors.

or may be I import my java program wrongly, I did this(<%@ page import="classes.*" %>)
please help me

Not sufficient information to troubleshoot the issue I must say. Anyways, is this a compile time or runtime error? You need to paste the exact error you are getting along with the concerned JSP snippet to get appropriate help.

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.