michael shay

Greenhorn
+ Follow
since Feb 24, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by michael shay

In directory c:\classes\packagex\servlets\" that is where the servlet that I am trying to compile is located.
I use "javac sevlet.java"
thanks for your help
21 years ago
I have it in the classpath, but am still getting that error.
21 years ago
Hello,
I created a Package which includes a bean in directory c:\classes\packagex\utility\bean.class. at the top of the bean I put the line "package packagex.utility;". I then created a servlet which is in directory c:\classes\packagex\servlets\servlet.class, on the top of the servlet I have "package packagex.servlet;".
The error I get is when in the servlet i try to import the bean package using "import packagex.utility.*;" I get an error "package packagex.utility not found".
Please help if you have any ideas.
Thank you
Michael
21 years ago