On Tue, Oct 15, 2013 at 2:13 AM, 鹏 <wkp4666@xxxxxxx> wrote:
# javac -classpath ../libcephfs.jar com/ceph/fs/Test.java
com/ceph/fs/Test:9:unreported exception java.io.FileNotFoundException;
must be caught or declared to be throw
mount.conf_read_file("/ect/ceph/ceph.conf");
^
You will need to catch that exception, or use the `throws` keyword to show that the error will propogate to the caller.
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com