Forum: Shell Scripting Mar 30th, 2005 |
| Replies: 1 Views: 8,059 I'm trying to monitor the traffic on a particular switch for a continuous hour. Could anybody please suggest me how to make it possible? For example if I wanna use snmpget command, what would I do in... |
Forum: Java Mar 1st, 2005 |
| Replies: 2 Views: 7,206 Thank you very much. I figured it out just now by using substring instead. Thank you again for your reply. |
Forum: Java Mar 1st, 2005 |
| Replies: 2 Views: 7,206 I declared mNodes as a String Array and try to assign a value to it with sTemp which is a String as well...but there's an error occurred as: "array required, but java.lang.String found". I don't... |