Skip to content

hungtrongdoang/Kerberos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this project, you'll need:

This project will simply display the communicate messages between Client and Server using Kerberos protocol. To run this:

  • Clone this project with git bash:

      git clone "https://github.com/hungtrongdoang/Kerberos.git" 
    
  • When you open this project, you need an environment in which to build and run this application. You need to set the environment variables. With my pc:

      JAVA_HOME : C:\Program Files\Java\jdk1.8.0_11
    
      JDK_HOME  : %JAVA_HOME%
    
      JRE_HOME  : %JAVA_HOME%\jre
    
      CLASSPATH : .;%JAVA_HOME%\lib;%JAVA_HOME%\jre\lib
    
      PATH      : your-unique-entries;%JAVA_HOME%\bin (make sure that the longish your-unique-entries does not contain any other references to another Java installation folder.)
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages