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.

[512 byte] By [Richard_Stana] at [2007-11-27 11:03:52]
# 1

You need to add the jar to the classpath.

dwga at 2007-7-29 12:53:50 > top of Java-index,Java Essentials,New To Java...