Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
It would be much easier if you show your code.. however if I understand right you are recieving a Vector with new values inside it... but your program is stuck with the very first vector it recieved.. Try reinitialising the vector instead of just referencing it. input=new Vector() before reading , it should help you ,even if this is not the best solution..
Replies: |
Sponsored Links
|