Skip to content

blschatz/dokan-java

This branch is 1 commit ahead of, 235 commits behind dokan-dev/dokan-java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c386c1 · Oct 2, 2015
Mar 14, 2015
May 25, 2015
Oct 2, 2015
Mar 16, 2015
May 23, 2015
Mar 22, 2015
May 23, 2015
Mar 14, 2015
Mar 14, 2015

Repository files navigation

Dokan-Java Build status

Dokan-Java is a Java wrapper for Dokan 0.6.0 and above using JNI. The original version is no longer maintained. I made this fork in order to clean the library up and improve the build process (with gradle).

For an example on how to use this library see opendedup.

Download

Snapshot versions are available on sonatype snapshot repository.

Add the following to your build.gradle:

repositories {
  maven {
    url 'https://oss.sonatype.org/content/repositories/snapshots/'
  }
}
dependencies {
  compile 'com.github.dokan-dev.dokan-java:dokan-java:0.1-SNAPSHOT'
}

Building

This project uses gradle as build tool.

  1. Make sure JAVA_HOME env variable is pointing to your JDK installation
  2. Download and install the latest Dokany release
  3. Point DOKAN_HOME env variable to the installation directory (e.g. C:\Program Files (x86)\Dokan\DokanLibrary)

Now you should be able to use gradle as usually.

About

Dokan Java Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.2%
  • Java 42.1%
  • C 5.7%