Hello List,

I experience some problems while compiling the MyAuthenticator.java file.

I execute the following command -

javac -classpath "C:\Program Files\Apache Software Foundation\Tomcat 
5.5\common\lib\servlet-api.jar" c:\MyAuthenticator.java

And get the following errors -

c:\MyAuthenticator.java:15: package com.remedy.arsys.session does not exist
import com.remedy.arsys.session.Authenticator;
                                ^
c:\MyAuthenticator.java:16: package com.remedy.arsys.session does not exist
import com.remedy.arsys.session.UserCredentials;
                                ^
c:\MyAuthenticator.java:24: cannot find symbol
symbol: class Authenticator
public class MyAuthenticator implements Authenticator {
                                        ^
c:\MyAuthenticator.java:48: cannot find symbol
symbol  : class UserCredentials
location: class com.yourcompany.sso.MyAuthenticator
public UserCredentials getAuthenticatedCredentials(
       ^
c:\MyAuthenticator.java:56: cannot find symbol
symbol  : class UserCredentials
location: class com.yourcompany.sso.MyAuthenticator
return new UserCredentials(user.toLowerCase(), pw, authStr);
           ^
5 errors

Did I miss something in classpath?

Thank you.


Kind Regards / C ?????????
Dmitry Bezhenar

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to