You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suppose that I implement a file system called MyFS under package myPackage
when I run javafuse I add the -C argument: -CmyPackage/MyFS
I found out that the package folder (myPackage) my be located under a the
folder hierarchy fs/build, which should be located in the same path as
javafuse executable.
I understand that there is no notion of classpath (when running native
executable) but a better mechanism of locating the java classes is defiantly
needed
Original issue reported on code.google.com by [email protected] on 24 Oct 2010 at 10:26
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Oct 2010 at 10:26The text was updated successfully, but these errors were encountered: