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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|