Skip to content

Usage Instructions

Pei Hongzhe edited this page Apr 12, 2025 · 1 revision

Usage Instructions

  1. Ensure that you have JDK 21 or later installed. This documentation focuses only on how to use the program. Installation steps for JDK 21 are not covered here.

  2. Place the program in the root directory of the UE5 project you want to check (e.g., G:\Test). Open a command prompt directly from the root directory: In Windows File Explorer, click the address bar, type CMD, and press Enter. This opens a command prompt starting from the current folder, avoiding the need for CD commands. image

3.Run the command: java -jar NameCheckForUE_V0.1.jar
Press Enter. You will see a language selection prompt. Follow the on-screen instructions. image

To terminate the program, simply close the CMD window.

Advanced Usage

You can add a runtime parameter to specify the target directory. For example:

java -jar NameCheckForUE_V0.1.jar G:\Project
This command will check files under G:\Project instead of the default directory.

Clone this wiki locally