0

i want to use the Java program in JSP.

i have created java program Helloworld under package sam.jni

then in JSP program i called the Java class file using

<@ page import="sam.jni.Helloworld">

after deploying the JSP file i am getting unable to compile class for JSP error

where am i doing wrong ?

1
  • Can you provide the specific error message? Commented Aug 20, 2009 at 7:07

1 Answer 1

2

Shouldn't that be

<%@ page import="sam.jni.Helloworld" %>

?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.