LedShow.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
LedShow.j4n.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
LedShow.j4n.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
LedShow.proxygen.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
build.cmd | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jni4net.j-0.8.8.0.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jni4net.n-0.8.8.0.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jni4net.n.w64.v40-0.8.8.0.dll | 补丁 | 查看 | 原始文档 | blame | 历史 |
LedShow.dllBinary files differ
LedShow.j4n.dllBinary files differ
LedShow.j4n.jarBinary files differ
LedShow.proxygen.xml
New file @@ -0,0 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <jni4net-proxygen xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jni4net.sf.net/0.8.8.0/toolConfig.xsd"> <TargetDirJvm>D:\project\FFpark\jvm</TargetDirJvm> <TargetDirClr>D:\project\FFpark\clr</TargetDirClr> <AssemblyReference Assembly="D:\2023new\c2java\LedShow\LedShow\bin\x64\Debug\LedShow.dll" Generate="true" /> </jni4net-proxygen> build.cmd
New file @@ -0,0 +1,21 @@ @echo off if not exist target mkdir target if not exist target\classes mkdir target\classes echo compile classes javac -nowarn -d target\classes -sourcepath jvm -cp "d:\2023new\c2java\jni4net-0.8.8.0-bin\lib\jni4net.j-0.8.8.0.jar"; "jvm\ledshow\CodeUtil.java" "jvm\ledshow\LedBean.java" "jvm\ledshow\ResultData.java" IF %ERRORLEVEL% NEQ 0 goto end echo LedShow.j4n.jar jar cvf LedShow.j4n.jar -C target\classes "ledshow\CodeUtil.class" -C target\classes "ledshow\LedBean.class" -C target\classes "ledshow\ResultData.class" > nul IF %ERRORLEVEL% NEQ 0 goto end echo LedShow.j4n.dll csc /nologo /warn:0 /t:library /out:LedShow.j4n.dll /recurse:clr\*.cs /reference:"D:\2023new\c2java\LedShow\LedShow\bin\x64\Debug\LedShow.dll" /reference:"D:\2023new\c2java\jni4net-0.8.8.0-bin\lib\jni4net.n-0.8.8.0.dll" IF %ERRORLEVEL% NEQ 0 goto end :end jni4net.j-0.8.8.0.jarBinary files differ
jni4net.n-0.8.8.0.dllBinary files differ
jni4net.n.w64.v40-0.8.8.0.dllBinary files differ