onnxruntime-extensions/tutorials/demo4j
Wenbing Li c9c11b4846
Fix the windows API missing issue and Linux shared library size issue for Java packaging. (#774)
* Fix the java packaging issues

* add the jar path example for Linux build with a default configuration
2024-07-29 16:03:58 -07:00
..
app Fix the windows API missing issue and Linux shared library size issue for Java packaging. (#774) 2024-07-29 16:03:58 -07:00
.gitattributes Initial Java API for the JAR package. (#292) 2022-10-04 16:22:28 -07:00
.gitignore Initial Java API for the JAR package. (#292) 2022-10-04 16:22:28 -07:00
README.md Fix the windows API missing issue and Linux shared library size issue for Java packaging. (#774) 2024-07-29 16:03:58 -07:00
settings.gradle Add an android test app for extensions AAR package in CI pipeline (#308) 2022-11-08 10:19:12 -08:00

README.md

How to start

  1. correct the onnxruntime-extensions JAR location if needed, which is located at app/build.gradle: 16

    implementation fileTree(dir: '..\\..\\..\\out\\Windows\\java\\build\\libs', include: ['onnxruntime-extensions-0.*.0.jar'])

  2. build and run this java project.