HI Deepak,
This is basically because, it is not able find the
package and this package is not one of the default
packages of JDK. In order that your application is
able to see it, you have to create a folder under bin
directory of the JDK and place all the class files in
that folder.
Typically, your folder should be (bin)\com\wrox\util .
and then set your classpath to the bin directory.
You should be able to get over your problem.

Venkat Atluri.
--- Deepak Shrivastava <[EMAIL PROTECTED]>
wrote:
> hey gary ,
> i think you are following the same examples as i am
> , but when i run the
> ShoppingCart.java that is when i compile this java
> class then i get an error
> that package com.wrox.util.* ; not found.
>
> could you pls gothrough the steps again. i made no
> changes in the classpath
> ,what do i need to do to run the ShoppingCart.java.
> so can you tell me how to do
> that, i have done the following
>
> created a HTML class ,it compiles with no erro, but
> when i run ShoppingCart.java
> and compile it it gives an error com.wrox.util.* not
> found ,so what should i do.
>
> Thanks for your help
>
> Deepak
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives:
>
http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
>
http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help:
http://www.lsoft.com/manuals/user/user.html


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to