我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
/ E, \+ V& _: A) i) D- T* A# Ximport swarm.Globals;
; @/ ~+ n3 I/ q& @- E% t5 [
) z9 B+ \) u% f( Q. H' S- zpublic class test {
! W6 s1 I+ s) u$ Y3 ^( \# E4 R /**
G, S! ~( S; Y * @param args2 x& ~2 b' |3 ^: ?6 ?
*/1 h$ _' x* b- \: J5 c8 E* @; ?
public static void main(String[] args) {) A+ W' L" n( `+ x
" j) s4 ?% r& d2 \9 y int y=(int)(10*Math.random());
, b3 z1 `5 [) O) R& z7 D System.out.println("result is "+y);
4 l0 L; Y5 O6 R( B( B' B ^3 P6 ?7 ?
( ~$ E3 [# I9 V6 p8 k! a; I- _ double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
, I- L$ m; E+ I& [+ U; V4 F5 v System.out.print(z+" re");
3 f( p# i1 W& b1 K9 n: I }/ g2 |+ }) `1 M( E
}: w) ^8 P4 Y5 u, D1 v. U. L
0 y& ]& b9 o6 a3 ]4 T结果是:5 h1 a$ Y0 G1 x! k
result is 2
: } }0 S5 ]' g3 D#
1 Q5 H4 S9 y7 Q# w) n' Y- ~# An unexpected error has been detected by Java Runtime Environment:7 O& V* h$ H: p, Y/ E
#7 B5 s4 e7 ?# w# a8 |. e" h' h+ F% @
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
( v# f0 ~4 z+ o0 u9 a) w) M#
* j1 s3 g# J; M& k/ g# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)9 G, @% y( m& X. Q5 R/ Z8 x
# Problematic frame:
/ Z, e) U0 x/ B( Q5 P2 O# C [javaswarm.dll+0xb8305]
) V7 o5 g& d+ y p+ W- w1 b#6 E2 y: _) y2 T: h, T' U: q2 K; P A! B
# An error report file with more information is saved as hs_err_pid1064.log |