junit - packag junit4 not found or ambiguous -


i follow link, , try install junit4 on windows xp using cygwin.

by use command:

apt-cyg install bison flex make sed juint4 

the result of command

installing junit4 packag junit4 not found or ambiguous 

so main cause problem?

cygwin's package manager (apt-cyg) doesn't have junit packages built in. instructions you're reading other platforms, ubuntu, does have package named "junit4".

luckily, junit only 2 jar files, should able install yourself.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -