WebSphere allows you to not use system CLASSPATH. It may have it's own.
In our environment we have Administrator server running on port 9090 and you
can customize it from there.
Or you can do it in file jvm.properties
We have
ncf.jvm.classpath=/QIBM/ProdData/Java400/lib/jdkptf.zip:/QIBM/ProdDat...(ski
ped)
ncf.jvm.path=/QIBM/ProdData/Java400/lib
ncf.jvm.use.system.classpath=false
George.
> -----Original Message-----
> From: Singh, Sushil [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, December 29, 1999 12:58 PM
> To: [EMAIL PROTECTED]
> Subject: IBM HTTP & WebSphere - CLASSPATH
>
> Hi,
>
> I am posting slightly offtopic question, please pardon me but I am
> struggling with the CLASSPATH jugglery.
>
> Environment: IBM HTTP and WebSphere under AS/400 environment.
>
> I am having one class with all DataAccess releted methods which I have
> created in one package say "RCMPackage" under root folder. Its
> successfully
> compiled. I have added this folder "/RCMPackage" in my CLASSPATH
> environment variable. Now if I am using this class in any program its
> giving compilation error stating that "Package RCPPackage not found in
> import".
>
> If I do the same thing under a PC environment its working fine.
>
> Also if I issue a "set" command in STRQSH (QShell), its not showing my
> folder in the CLASSPATH. But if I issue "echo $CLASSPATH" then its showing
> my package folder in the CLASSPATH.
>
> Thanks in advance.
>
> Sks
>
> __________________________________________________________________________
> _
> 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
___________________________________________________________________________
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