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
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,9 @@
1
1
Dokan-Java
2
2
======
3
3
## Introduction
4
-
Dokan-Java is a Java wrapper for [Dokany 1.x releases](https://github.com/dokan-dev/dokany/releases) and above. Using this project you are able to implement your own filesystem in Java!
4
+
Dokan-Java is a Java wrapper for [Dokany 1.x releases](https://github.com/dokan-dev/dokany/releases) and above. Using this project you are able to implement your own filesystem on Windows... in Java!
5
5
6
-
[Dokany](https://github.com/dokan-dev/dokany) is a device driver providing an interface to develop and run your own filesystem on Windows (similar to [FUSE](https://github.com/libfuse/libfuse)). But using the library directly you need to write your filesystem code in C... but fortunately there is an escape from the pointer hell: dokan-java.
7
-
8
-
## Important Notice
9
-
This project has switched to a new architecture. The _old_ version of dokan-java can be found under [the deprecated branch](../../tree/deprecated) and will be deleted in June 2019.
6
+
[Dokany](https://github.com/dokan-dev/dokany) is a device driver providing an interface to develop and run your own filesystem on Windows (similar to [FUSE](https://github.com/libfuse/libfuse)). Its native bindings are written in C/C++, this library provides via JNA a Java interface to its API with additional convenience methods.
10
7
11
8
## Runtime Dependencies
12
9
-[Java JRE 11](https://jdk.java.net/11/)
@@ -15,7 +12,6 @@ All dependencies can be seen in the dependecies section of [the build file](buil
15
12
16
13
-[JNA](https://github.com/java-native-access/jna) - provides access to [native Dokany functions](https://dokan-dev.github.io/dokany-doc/html/struct_d_o_k_a_n___o_p_e_r_a_t_i_o_n_s.html)
0 commit comments