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
Post a Comment