Board index » jbuilder » new to jbuilder 9
|
jack
JBuilder Developer |
new to jbuilder 92003-07-12 04:10:12 AM jbuilder8 At work here we've just had to switch to JBuilder9 cause the IDE we were using (Visual Cafe') isn't supported anymore. Anyways, I can't seem to figure out how to set the project up. I've got most all of it figured out but have got 14 errors like this that are just puzzling: "DBServletDocMethods.java": cannot resolve symbol: method remove (java.lang.Object)in class java.util.Vector at line 2094, column 21 coming from this line of code: taglist.remove(oldfigtdatas.elementAt(i)); taglist is a Vector and I know Vector still has a remove method. any ideas ? - jack |
