Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in order to build parscript on Windows 64 bits, jvm.dll must be in the path #52

Open
activeeon-bot opened this issue May 6, 2015 · 0 comments

Comments

@activeeon-bot
Copy link

Original issue created by Fabien Viale on 06, May 2015 at 18:09 PM - PRC-49


The issue is somehow complex.

Some info can be found here :

http://stackoverflow.com/questions/7019912/using-the-rjava-package-on-win7-64-bit-with-r

On Windows 8 64 bits, with R 64 bits, I had the following error message during the build. Adding jvm.dll to windows path fixed the issue :

 installing *source* package 'PARConnector' ...
** R
** inst
** preparing package for lazy loading
Error : .onLoad failed in loadNamespace() for 'rJava', details:
  call: inDL(x, as.logical(local), as.logical(now), ...)
  error: impossible de charger l'objet partage 'C:/Users/fviale/Documents/R/win-library/3.1/rJava/libs/x64/rJava.dll':
  LoadLibrary failure:  Le module specifie est introuvable.

Error : package 'rJava' could not be loaded
ERROR: lazy loading failed for package 'PARConnector'
* removing 'C:/Users/fviale/IdeaProjects/r_connector/par-connector/build/r-pkg-src.Rcheck/PARConnector'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants