Hi, If Error Says:: array required, but java.util.Vector found , then you can convert your vector to an array with: <T> T[] toArray(T[] a) Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array. Cheers.
Sadhu Yadav
Greenhorn
Joined: Aug 22, 2005
Posts: 5
posted
0
But can someone tell me whats wrong in the line marked //Error.