Z W wrote:
Hi Gurus
Is there a jar file out there that provides ping task to verify if a host
connection is working ?
There's no way to do ping in the Java APIs (see java.sun.com bugreps
'ICMP for Java'), so no pure ping command.
the condition does something ping-like on a java 1.5+ runti
Hi
Any other recommendations ?
Thanks
Maybe try beanshell or JMeter with JMeter Ant task with beanshell. And, you
won't need cygwin.
Z W wrote ..
> Hi Gurus
>
> Is there a jar file out there that provides ping task to verify if a host
> connection is working ?
>
> Another approach I have is to use cgwin with ant
>
>
> failonerro