Bug 745

Summary: Unable to run project through maven on windows
Product: Chess Game - Group 24 Reporter: gsalter2-c
Component: ChessAssignee: 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

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.