gpt4 book ai didi

java-native-interface - JNI_CreateJavaVM 使我的程序崩溃,没有任何消息或异常

转载 作者:行者123 更新时间:2023-12-02 03:30:13 24 4
gpt4 key购买 nike

最近我开始在我的项目中使用JNI。这是我的代码:

options[0].optionString = "-Djava.class.path=.";
memset(&vm_args, 0, sizeof(vm_args));
vm_args.version = JNI_VERSION_1_2;
vm_args.nOptions = 1;
vm_args.options = options;
vm_args.ignoreUnrecognized = JNI_TRUE;
status = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);

它在 JNI_CreateJavaVM() 中崩溃,我的程序在没有任何消息或异常的情况下中止。

Visual Studio 给我:

'SurvivorCore.exe': Loaded 'D:\Develop\Survivor\x86\Debug\SurvivorCore.exe', Symbols loaded.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'D:\Develop\Survivor\x86\Debug\SurvivorLibrary.dll', Symbols loaded.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\msvcp120d.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\msvcr120d.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'D:\Develop\Survivor\x86\Debug\UIAdapterSelector.dll', Symbols loaded.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\mscoree.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\combase.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\msvcr120_clr0400.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\c90ef9a73ea0044641d31b19023aad61\mscorlib.ni.dll', Cannot find or open the PDB file.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'D:\Develop\Survivor\x86\Debug\UIAdapterSelector.dll', Symbols loaded.
'SurvivorCore.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System\1c5fe4cb68f67046baec4c3a854f722f\System.ni.dll', Cannot find or open the PDB file.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SurvivorCore.exe': Loaded 'ImageAtBase0x4940000', Loading disabled by Include/Exclude setting.
'SurvivorCore.exe': Loaded 'ImageAtBase0x4ab0000', Loading disabled by Include/Exclude setting.
'SurvivorCore.exe': Unloaded 'ImageAtBase0x4940000'
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\urlmon.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\iertutil.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\wininet.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\userenv.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\profapi.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\secur32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\SHCore.dll', Cannot find or open the PDB file.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'D:\Develop\Survivor\x86\Debug\CSharpUI2DImpl.dll', Symbols loaded.
'SurvivorCore.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\8efdc7a3726640f79d9333da88accaf8\System.Drawing.ni.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\70c6bf4a51d18b4a9a1805cd48d1caad\System.Windows.Forms.ni.dll', Cannot find or open the PDB file.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\uxtheme.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9600.16384_none_7c55c866aa0c3ff0\comctl32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\00fc7d14bbb38db00e4103912c041adf\System.Configuration.ni.dll', Cannot find or open the PDB file.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\version.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\cryptsp.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\rsaenh.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\bcrypt.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml\43edd630a9f8cd6ac38c527b106ec94f\System.Xml.ni.dll', Cannot find or open the PDB file.
'SurvivorCore.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9600.17227_none_dad9452e5bcb7986\GdiPlus.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\DWrite.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'D:\Develop\Survivor\x86\Debug\AIAdapterSelector.dll', Symbols loaded.
'SurvivorCore.exe': Loaded 'D:\Develop\Survivor\x86\Debug\jvm.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\wsock32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\psapi.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\msvcr100.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\winmmbase.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\nsi.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file.
'SurvivorCore.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll', Cannot find or open the PDB file.
The thread 'Win32 Thread' (0x1404) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x13bc) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0x1010) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0x16a8) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0x1a0c) has exited with code 1 (0x1).
The program '[3292] SurvivorCore.exe: Native' has exited with code 1 (0x1).
The program '[3292] SurvivorCore.exe: Managed (v4.0.30319)' has exited with code 1 (0x1).

此代码位于我的 Exe 在运行时加载的 Dll 中。我的 Exe 是 native 程序,Dll 是 C++/CIL(因为我正在尝试为其他语言制作通用适配器)。我的操作系统是 64 位。

我已经一次又一次地安装和卸载 JDK 和 JRE。

我尝试安装 JDK 仅 64 位、仅 32 位以及 32 位和 64 位。

我想编译我的程序的 x86 和 x64 版本。

此外,部署jvm.dll 的正确方法是什么?我只是将它复制到我的文件夹。

最佳答案

现在我转向动态加载 jvm.dll:

typedef jint(JNICALL *pCreateJavaVM)(JavaVM **, void**, void *);

HINSTANCE hInstance = LoadLibrary(L"C:\\Program Files (x86)\\Java\\jre1.8.0_25\\bin\\client\\jvm.dll");
pCreateJavaVM CreateJavaVM = (pCreateJavaVM)GetProcAddress(hInstance, "JNI_CreateJavaVM");

options[0].optionString = "-Djava.class.path=.";
vm_args.version = JNI_VERSION_1_2;
vm_args.nOptions = 1;
vm_args.options = options;
vm_args.ignoreUnrecognized = JNI_TRUE;
status = CreateJavaVM(&jvm, (void**)&env, &vm_args);

它有效...我不知道为什么...

关于java-native-interface - JNI_CreateJavaVM 使我的程序崩溃,没有任何消息或异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27435647/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com