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

JNI CPP Source code missing? #33

Closed
GoogleCodeExporter opened this issue Jun 17, 2015 · 3 comments
Closed

JNI CPP Source code missing? #33

GoogleCodeExporter opened this issue Jun 17, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. In Android.mk
2. line jni_sources:= ...
3.  can't find org_libharu_Document.cpp org_libharu_Page.cpp 
org_libharu_Font.cpp

What is the expected output? What do you see instead?
expected to be in the source, none seen.

What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by wmTorr...@gmail.com on 14 Feb 2012 at 12:48

@GoogleCodeExporter
Copy link
Author

Those are machine generated. Tough it seems I forgot to include the build 
script, will check that into the repo. For now:

javah -jni -d jni -classpath bin/classes org.libharu.Document
javah -jni -d jni -classpath bin/classes org.libharu.Page
javah -jni -d jni -classpath bin/classes org.libharu.Font

Original comment by vbraun.n...@gmail.com on 14 Feb 2012 at 12:57

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

javah generates the headers but the implementations .cpp are still missing.

Original comment by wmTorr...@gmail.com on 14 Feb 2012 at 1:24

@GoogleCodeExporter
Copy link
Author

Oh yes. Checked in to the repo now.

Original comment by vbraun.n...@gmail.com on 14 Feb 2012 at 1:29

  • Changed state: Fixed

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

1 participant