Java implementation gadget to read the file number of words

In windows execute the following

  1. The code word read files in another blog post in transmission

  2. After writing tools on the Internet to find all kinds of packaged jar package of tutorials, packed our reading of the code word, and then create a new notepad, named after his own name .bat batch file, type the following contents:
    path is installed the path jdk, Test.jar name code of the package is packaged
@echo on
@echo startup
set path=C:\Program Files\Java\jdk1.8.0_201\bin
java -jar Test.jar
pause

Two files in a folder, you can double-click start.bat

Guess you like

Origin www.cnblogs.com/liu-ya/p/11760792.html