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

Running on Raspberry-Pi #24

Closed
DigiWorm0 opened this issue Mar 1, 2018 · 4 comments
Closed

Running on Raspberry-Pi #24

DigiWorm0 opened this issue Mar 1, 2018 · 4 comments

Comments

@DigiWorm0
Copy link

DigiWorm0 commented Mar 1, 2018

I have installed and tested java on my raspberry pi. So, why when do I get an error whenever I run the file?

@andresoviedo
Copy link
Owner

Whats the error you have when running the google-drive-ftp-adapter?

@johnjjsmith
Copy link

You have to compile libsqlitejdbc.so for Raspberry Pi for Google Drive FTP Adapter to work on it.

You can download the jar with all dependencies here: google-drive-ftp-adapter-jar-with-dependencies.zip (rename zip to jar)

@andresoviedo
Copy link
Owner

Hello. I don't have a Rapsberry and I don't have much time to emulate one.

So, if you want to contribute, could you please change the sqlite-jdbc maven dependency in pom.xml with latest version and rebuild package so you can test it? You can try with this one:

<dependency>
  <groupId>org.xerial</groupId>
  <artifactId>sqlite-jdbc</artifactId>
  <version>3.25.2</version>
</dependency>

If it works, please give us your feedback so I can upgrade it. Many thanks

@andresoviedo
Copy link
Owner

Duplicate of #12

@andresoviedo andresoviedo marked this as a duplicate of #12 Feb 10, 2019
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

3 participants