set classpath=%classpath;c:\java;.;
-----Original Message-----
From: bounce-servlets-477474@p...
[mailto:bounce-servlets-477474@p...]On Behalf Of Qasim Khalid
Sent: Monday, May 07, 2001 9:46 PM
To: Servlets
Subject: [servlets] Re: how to import the packages
you have to set the classpath for it
e.g
if com.sun.jimi.core.Jimi is in directory
c:\java
then you have to set class path like
set CLASSPATH=.;C:\JAVA
plzz tell me if it helps or not
> hi everyone,
> i'm finding a problem while running a servlet program.
>
> import com.sun.jimi.core.Jimi.*;
>
> the error it gives is
> import com.sun.jimi.core.Jimi.*; is not found.
>
> please give information about how to import the packages?
> thanks in advance
> kotresh