powered by ASAP

In order to open the command in the PAK editor, a JAR file must be created. This can be done in three different ways:

  • You can create the JAR by executing the gradle MetaJar command in the terminal.

MetaJarTerminal
Figure 1. gradle metaJar (Terminal)
  • Or you can navigate to the build.gradle file and execute the MetaJar task there by clicking on the green play button:

TaskMetaJar
Figure 2. metaJar task (build.gradle)
  • Or use the Gradle toolbar on the right side of the page

JarGradleToolbar
Figure 3. gradle jar (gradle toolbar)

After executing one of the above options for creating a JAR file, you can find a libs folder with a JAR file in the build folder that was created as a result:

BuildFolder
Figure 4. jar-file (project-structure)