Cannot resolve package org.apache.commons.vfs exception
问题 I am getting an exception in my code saying org.apache.commons.vfs.* cannot be resolved . Could someone please explain why this is occurring, and how it can be fixed. This is my code... import org.apache.commons.vfs.FileChangeEvent; import org.apache.commons.vfs.FileListener; import org.apache.commons.vfs.FileObject; import org.apache.commons.vfs.FileSystemException; import org.apache.commons.vfs.FileSystemManager; import org.apache.commons.vfs.VFS; import org.apache.commons.vfs.impl