我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。% c8 n# j4 O1 _4 O; u$ O
import swarm.Globals;
* G) a5 a: ?" y- p: \) Y0 Q2 a6 A& t: ?' e$ F
public class test {# T# K; `/ c5 S% t& w8 `
/**2 D5 N6 c1 b7 l5 o! Z+ B$ C) `4 |% k
* @param args- z( j3 Z, t5 @3 Y" o
*/
; p4 F& |; V8 N3 T' ^1 g public static void main(String[] args) {- R& ?4 Z# o4 m% c; d$ N) ]$ T. J& u
9 y# V& t7 i+ I2 {8 D" O int y=(int)(10*Math.random());
: q5 x: b4 s7 f# l! Q System.out.println("result is "+y);; b! f0 s3 Y- R" @! h
' v% ?% t4 D- e# j1 b+ v3 R& Y; _* D
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
; h0 q, c6 f% H$ F; j" Q' q System.out.print(z+" re");$ k8 L5 B* p2 L8 L. f- d
}
) P4 y4 l, l: U" @, J}
* q4 `- s6 P! {/ s/ E/ L2 n# j0 J% s. Y" H% `, M/ C
结果是:
; ]6 |$ Y6 A4 Y: Aresult is 2
) F* i5 V& U4 D; u$ [- Q#2 R2 D& A. }* {6 q2 ]3 ~4 i
# An unexpected error has been detected by Java Runtime Environment:
4 R% j- o2 J, a7 [( k# B5 ]: Y: Z/ [ b#6 |7 S2 a! R0 n4 q
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
# N+ c4 ]( Q, p#
8 F5 o8 u. G/ V! l. c4 E; F6 D# w3 v W, b# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
' i3 f: @: f" O1 W3 F# Problematic frame:
0 \. C! z( ^% {8 ]+ c# C [javaswarm.dll+0xb8305]+ n ?* A7 Y- j ]/ s0 ]* G
#
" e3 G- j2 d+ |* S7 Y. {* u& C0 I# An error report file with more information is saved as hs_err_pid1064.log |