#
A fatal error has been detected by the Java Runtime Environment:
#
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x001ee150, pid=5096, tid=7548
#
JRE version: Java(TM) SE Runtime Environment (8.0_73-b02) (build 1.8.0_73-b02)
Java VM: Java HotSpot(TM) Client VM (25.73-b02 mixed mode, sharing windows-x86 )
Problematic frame:
C [jacob-1.14.3-x86.dll+0xe150]
#
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
An error report file with more information is saved as:
C:\Users\Administrator\Desktop\jacob\hs_err_pid5096.log
#
If you would like to submit a bug report, please visit:
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
#
看下是不是dll调用失败,或者类型不匹配
一个很基本的问题问你,一个整型变量只能用来存贮较小的N!的值,当N较大时,可将阶乘值中的每一个数字放在一个一维数组的一个元素中。使用这方法,任选Objective-C/C/C++/Java之一打印:①N!的值;②N!-M!(M>N);③N!+M!用java怎么写,前辈