On the html page http://jakarta.apache.org/commons/sandbox/vfs/api.html
there is an example of using the API. There is a line:

FileObject[] children = fsManager.getChildren();

As I could see FileSystemManager don't have method getChildren().  I guess
it should be:

FileObject[]  children = aJarFile.getChildren()

Best Regards,
Dejan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to