I tried googling for this with no luck...
Anyone know of a nice package of Java classes that interfaces with Unix-Linux
/proc filesystem?
Frank G.
>Anyone know of a nice package of Java classes that interfaces
>with Unix-Linux
>/proc filesystem?
Isn't the point of mapping that one can use the
usual file-access calls to access the mapped entities?
That would be the package »java.io«.