Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
VVAS-JNI
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 86dfadfe
authored
Apr 02, 2021
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新README.md
1 parent
b3658c70
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
README.md
README.md
View file @
86dfadf
...
@@ -18,8 +18,9 @@ java10以上的版本移除了javah,需要用 javac -h 命令
...
@@ -18,8 +18,9 @@ java10以上的版本移除了javah,需要用 javac -h 命令
```
```
4.
将编译出的
`.h`
文件交给其他组人员,由他们实现方法
4.
将编译出的
`.h`
文件交给其他组人员,由他们实现方法
5.
实现方法后在需要的平台进行编译得到动态链接库,windows 下编译出
`.dll`
文件, linux 下编译出
`.so`
文件
5.
实现方法后在需要的平台进行编译得到动态链接库,windows 下编译出
`.dll`
文件, linux 下编译出
`.so`
文件
6.
将动态链接库放入
`resources/lib`
目录下面的
`dll`
或
`so`
目录中
6.
将动态链接库放入
`resources/lib`
目录下面的
`dll`
或
`so`
目录下
7.
测试方法是否能成功
7.
将动态链接库依赖的文件放入
`predll`
或
`preso`
目录下
8.
运行服务测试方法是否能成功
# 资料
# 资料
-
[
JNI 在 SpringBoot 中的应用
](
https://www.javatt.com/p/24322
)
-
[
JNI 在 SpringBoot 中的应用
](
https://www.javatt.com/p/24322
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment