| Summary: | Unable to run project through maven on windows | ||
|---|---|---|---|
| Product: | Chess Game - Group 24 | Reporter: | gsalter2-c |
| Component: | Chess | Assignee: | Assan Kozhin <akozhin2-c> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | gsalter2-c |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
| Attachments: | Unable to run project through maven on windows | ||
Reason: Command in readme file does not work on windows as it is MacOS specific. Resolution: Use mvn exec:java -Dexec:mainClass=chess.chess.App to run game. |
Created attachment 140 [details] Unable to run project through maven on windows Steps to reproduce: 1. Run mvn exec:java -Dexec.mainClass=chess.chess.App on the terminal Expected results: Program runs: Actual results: Throws a build error exception