Help connecting to Tomcat 4.0 w/JPDA

2002-01-24 Thread Ed Sesek
message: Cannot attach: Check the parameters and try again. Any help would be greatly appreciated. Thanks, Ed Sesek -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Vectors? Why does this not work?

2002-01-10 Thread Ed Sesek
Rick, You are declaring the fields last_name, first_name, and middle_name as static so there is only one instance of each of those for your SimpleClass (no matter how many objects of type SimpleClass you create). Ed Rick Roberts wrote: Why does this simple example not work? I am using