# warexec **Repository Path**: mirrors_hidekatsu-izuno/warexec ## Basic Information - **Project Name**: warexec - **Description**: Executing a main class in war file. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) # warexec This is a command for executing a main class in war file. ### Usage ```bash java -jar warexec.jar -war [args...] ``` Target warfile must have a *War-Main-Class* attribute in MANIFEST.MF. ## License This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE) file for details