importing classs without package in JSP ?

M

mhk

Hi,

i am working on apache server web based project and i want to import a
class without package in my JSP file.

All my classes are in "WEB-INF/classes"

if i use a package (such as "project") in a class (such as "match" )
then i can import class "match" in jsp using

<%@ page import="
java.util.*,
project.*
"%>

But if i dont have package then i dont know how to import my class in
JSP. Thats what i want to know .


PLease help me. i am really thankful to you guys.

Sincerely,

Jeff
 
C

Chris Smith

mhk said:
i am working on apache server web based project and i want to import a
class without package in my JSP file.

See my reply in comp.lang.java.help, and please don't multipost. If you
really feel that your subject is appropriate in two different groups, go
ahead and list both in the Newsgroups header (called crossposting)
instead. It helps everyone.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top