Skip to content

AoiKuiyuyou/AoikWinWhich-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AoikWinWhich-Java

AoikWinWhich written in Java.

Java: 8

Contents

How to install

Clone the repo to local.

How to use

Go to the local repo dir.

The program entry file is src/aoikwinwhich/AoikWinWhich.java.

Use javac to compile.

javac -d build src/aoikwinwhich/AoikWinWhich.java
  • -d build means to put result class files in build dir.
    This dir should be created beforehand.

Use java to run.

java -cp src aoikwinwhich.AoikWinWhich

See here for more usage and AoikWinWhich for more info.

About

"which" for Windows, written in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages