c9c11b4846
* Fix the java packaging issues * add the jar path example for Linux build with a default configuration |
||
---|---|---|
.. | ||
app | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
settings.gradle |
README.md
How to start
-
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'])
-
build and run this java project.