
Issued 2 system warnings:

*** Warning: The file "/home/btech/ug98/hkgupta/project/install/jsse1.0.2/" is not a valid directory.


*** Caution: The input file ",.." does not have the ".java" extension.

Found 1 semantic error compiling "sysAuth.java":

    55. 			   String passwd = Encrypt.hash(passwd1) ;  
                                                   <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 3 semantic errors compiling "Authsys_grp.java":

     7. import HTMLG;
               <--->
*** Error: "HTMLG" is either a misplaced package name or a non-existent entity.


    13. 	 static CASConf casconfig ;
                        <----->
*** Error: Type CASConf was not found.


    42. 					HTMLG html = new HTMLG(gid);
                                                <--->
*** Error: Type HTMLG was not found.

Found 3 semantic errors compiling "addaccount.java":

     9. import Encrypt;
               <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.


   113. 					  +"' , '" + uuid + "'  , '"+Encrypt.hash(password1)+"' , '"+
                                                                             <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.


   114. 					Encrypt.hash(password2)+"' )"); 
                                                <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 1 semantic error compiling "adddata.java":

    48. 					h = new HTMLG(gid);
                                                    <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "adduser.java":

    47. 					HTMLG h = new HTMLG(gid);
                                                          <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "addutog.java":

    47. 					h = new HTMLG(gid);
                                                    <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "addutogsr.java":

    58. 					h = new HTMLG(gid);
                                                    <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "chgrp.java":

    42. 					HTMLG html = new HTMLG(gid);
                                                             <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "delaccount.java":

     9. import Encrypt;
               <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 1 semantic error compiling "deluser.java":

    57.                     h = new HTMLG(gid);
                                <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "edit_sysadd.java":

   285.         String password = Encrypt.hash(password1);
                                  <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 1 semantic error compiling "newsysadd.java":

    96. 				   String password = Encrypt.hash(password1);
                                                             <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 1 semantic error compiling "olduser.java":

    41. 					h = new HTMLG(gid);
                                                    <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "olduserresult.java":

    45. 					h = new HTMLG(gid);
                                                    <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 3 semantic errors compiling "pswdch.java":

    26. 		  sysadd = casconfig.sysadd ;
                                   <-------------->
*** Error: No field named "sysadd" was found in type "CASConf".


    97. 								   stmt.executeUpdate("update netaccess set passwd1='"+Encrypt.hash(password1)+"', passwd2='"+Encrypt.hash(password2)+"' where username='"+uid+"'");
                                                                                                                               <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.


    97. 								   stmt.executeUpdate("update netaccess set passwd1='"+Encrypt.hash(password1)+"', passwd2='"+Encrypt.hash(password2)+"' where username='"+uid+"'");
                                                                                                                                                                      <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 4 semantic errors compiling "rootsysadd.java":

   111. 			   {    String password = Encrypt.hash(password1);
                                                          <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.


   182. 		 oldpassword = Encrypt.hash(oldpassword);
                                       <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.


   183. 		 String  password = Encrypt.hash(passwordtmp);
                                            <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.


   184. 		 String password1 = Encrypt.hash(passwordtmp1);
                                            <----->
*** Error: "Encrypt" is either a misplaced package name or a non-existent entity.

Found 1 semantic error compiling "search.java":

    49. 					h = new HTMLG(gid);
                                                    <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".

Found 1 semantic error compiling "searchresult.java":

    54.                     h = new HTMLG(gid);
                                <------------>
*** Error: No match was found for constructor "HTMLG(java.lang.String)".
