我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。& A! C V" R& E6 Q; [) n7 @0 `
import swarm.Globals;2 j# P% P% B8 a+ T# @. l0 ?/ I4 S7 m! A
: ?: P) f4 m/ i! u7 w; U/ ypublic class test {
1 }# ~5 b0 Y/ L; o /**6 f- K! Z: }6 |7 W
* @param args! @& P" ~" b# F
*/
/ v' i# f# I- X$ R. P: s public static void main(String[] args) {
B' G; W, I9 Q8 j 4 W; E4 s/ r0 L
int y=(int)(10*Math.random());
. C E- T' X- g; N System.out.println("result is "+y);
, m: M& ?- w' [1 s6 ?. ^: d
6 l8 I; X: c& [* F double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
6 t9 Q t: q' g0 e7 c) v System.out.print(z+" re");
: I5 L# Q4 p- k" C- {3 y2 l }' v' _9 K0 y9 A0 [, P6 U3 C
}
7 ]# D+ `% S3 m- f
1 T9 i, M* [) |: O结果是:# Q' `( U) ]+ W% b' k Z" ~
result is 2) f7 l4 A( {) c& l7 b z+ K
#' B6 }% E! a4 @: h
# An unexpected error has been detected by Java Runtime Environment:
+ r9 {4 L% {& Z+ p8 X. ~& r i* l% D#
: c- z7 B7 t3 V$ }3 B9 i1 [# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068* b. \4 o* R" u8 z3 R
#
6 a; b- S1 W8 f- a# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
" S; ^$ [) G5 N$ M/ s* G+ K* e# Problematic frame:
7 }" p# J# _9 B0 E# C [javaswarm.dll+0xb8305]
* i; L8 y9 |. w$ T! Z6 A#
( x8 L' t, B K5 C- G# An error report file with more information is saved as hs_err_pid1064.log |