我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
; I" Q: ~0 Z+ L4 Dimport swarm.Globals;8 [3 {) N2 \! T( j1 D+ ] j
, M/ V1 B! M. apublic class test {* [, M3 P( U; x7 l6 J
/**0 ?. {; l0 \, C: r6 Y
* @param args
0 }& P8 D* c2 V/ K/ n; f *// c% j! y/ |" W! }5 ]) E
public static void main(String[] args) {
& K% y/ F' _- K5 Y
W5 {* I. R- L: [ int y=(int)(10*Math.random());
8 o1 O+ y" S( P- g# q System.out.println("result is "+y);
( p% I5 q1 ]* K# P; _3 W' P; g3 w/ E3 @7 l! M& |. q
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
$ y$ U, [6 a# f8 H$ i: G) | System.out.print(z+" re");
3 g+ }0 _* G2 J: ^5 V0 P }
: C7 P0 o0 ^7 v& P" f8 q9 \+ h}
1 ]1 }1 U7 M5 j- C8 I# ?7 e3 Z
8 u1 x s5 T) Z, c/ Z/ G! y结果是:
; ]; M2 ^9 V2 T/ F5 l* Gresult is 2
" j7 q( ~3 X+ h7 k#
3 ?. q" z- t1 @8 \8 y# An unexpected error has been detected by Java Runtime Environment:6 Y3 e0 d/ r! c
#) V" @0 }7 a# G) k
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068& {5 h. I) T0 N; ^6 O
#/ _1 Y$ X: B8 w# C7 F
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)5 T# V3 j! x. W% q K
# Problematic frame:
, e. Q" G$ e T8 S# C [javaswarm.dll+0xb8305]1 @3 Q! V2 m- ]* D
#
) l+ } ?/ x1 n9 T' u# An error report file with more information is saved as hs_err_pid1064.log |