diff --git a/R/zzz.R b/R/zzz.R index dee42b0..8f625bd 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -4,7 +4,7 @@ # it's in the inst folder which won't be present if the package was actually # loaded from the R library). Thus with morePaths we make sure it loads up the # jar in this situation. - .jpackage(pkgname, lib.loc=libname, morePaths="inst/java/largeRCRF-1.0-SNAPSHOT.jar") + .jpackage(pkgname, lib.loc=libname, morePaths="inst/java/largeRCRF-library-1.0-SNAPSHOT.jar") }