Updating Java Class Tree with new Classes
Hi,
A class i'm using throws the following error:
file org\apache\axis\types\Duration.class not found
return item.getTimeLeft() ==null ?"Unknown" : item.getTimeLeft().toString();
how do i update the class tree available to netbeans to include the duration class? i think that netbeans must be using an old version of axis but i am not sure how to update this.
Thanks
Richad.

