Bug 745 - Unable to run project through maven on windows
Summary: Unable to run project through maven on windows
Status: RESOLVED FIXED
Alias: None
Product: Chess Game - Group 24
Classification: Unclassified
Component: Chess (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: --- blocker
Assignee: Assan Kozhin
URL:
Depends on:
Blocks:
 
Reported: 2022-11-28 14:59 HKT by gsalter2-c
Modified: 2022-11-28 15:08 HKT (History)
1 user (show)

See Also:


Attachments
Unable to run project through maven on windows (41.45 KB, image/png)
2022-11-28 14:59 HKT, gsalter2-c
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gsalter2-c 2022-11-28 14:59:00 HKT
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
Comment 1 gsalter2-c 2022-11-28 14:59:26 HKT
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.