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

win7 install succesfully but error library("tabulizer") #116

Open
1 of 3 tasks
a417886 opened this issue Feb 12, 2020 · 0 comments
Open
1 of 3 tasks

win7 install succesfully but error library("tabulizer") #116

a417886 opened this issue Feb 12, 2020 · 0 comments

Comments

@a417886
Copy link

a417886 commented Feb 12, 2020

Please specify whether your issue is about:

  • a possible bug
  • a question about package functionality
  • a suggested code or documentation change, improvement to the code, or feature request

If you are reporting (1) a bug or (2) a question about code, please supply:

  • ensure that you can install and successfully load rJava
  • a fully reproducible example using a publicly available dataset (or provide your data)
  • if an error is occurring, include the output of traceback() run immediately after the error occurs
  • the output of sessionInfo()

Put your code here:

## rJava loads successfully
# install.packages("rJava")
> library("rJava")
> 
> ## load package
> library("tabulizer")
错误: package or namespace load failed fortabulizer:
 attachNamespace()里算'tabulizer'.onAttach失败了,详细内容:
  调用: .jfindClass(as.character(class))
  错误: java.lang.ClassNotFoundException
> 
> ## code goes here
> 
> 
> ## session info for your system
> sessionInfo()
R version 3.6.2 (2019-12-12)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=Chinese (Simplified)_People's Republic of China.936 
[2] LC_CTYPE=Chinese (Simplified)_People's Republic of China.936   
[3] LC_MONETARY=Chinese (Simplified)_People's Republic of China.936
[4] LC_NUMERIC=C                                                   
[5] LC_TIME=Chinese (Simplified)_People's Republic of China.936    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] rJava_0.9-11

loaded via a namespace (and not attached):
[1] tabulizerjars_1.0.1 compiler_3.6.2      tools_3.6.2         tabulizer_0.2.2    
[5] png_0.1-7    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant