简体   繁体   中英

IntelliJ does not show "Applications" as an option in Run/Debug Configurations

I am watching a tutorial on how to make minecraft mods for 1.15.2/1.16.3. The program used to write the code and manage the files is IntelliJ. I have watched this episode in which he shows how to add the "applications" tab to the Run/Debug Configuration window. The applications tab does not show up for me. A solution he gave in the video was to reload the disk, but it does not work for me. I need another way to get the application tab that allows me to run the client.

So, after asking in other forums, I got this answer. I forgot to run "gradlew genIntellijRuns". To do this, follow these steps:

  1. Open Command Prompt
  2. Go to the file location where your mod folder is held
  3. Type in "gradlew genIntellijRuns" and wait about a minute. After these steps you can restart IntelliJ and the tab will show up.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM