Created Cards Folder and then domains folder and file in it i.e. Suit.java,Playingcard.java
Created tests folder inside Cards folder and file TestPlayingCard.java
_________________________
Know How to Compile that
_________________________
In command Prompt be in Cards folder then write following command :-
- javac -d . domain\Suit.java
- javac -d . domain\PlayingCard.java
- javac -d . tests\TestPlayingCard.java
___________________________
To Run
___________________________
In cards folder in command prompt
java cards.tests.TestPlayingCart
No comments:
Post a Comment