我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。( K2 y! }' s5 ^$ ]3 Y3 D
import swarm.Globals;
0 ~! v2 y% l& z% Q
) o2 M% N( m5 i- d# ?public class test {
! ^. J0 L1 W, C /**
- V2 K; d4 ?6 |* F * @param args7 k( I- R( h7 g
*/$ n' _8 Z$ J4 Z1 a1 x/ T5 H2 c
public static void main(String[] args) {+ l& `& m- X% M" b
& W! e9 i- k& v- E
int y=(int)(10*Math.random());
% F6 h0 k3 e7 m9 W: [ ]* W: C System.out.println("result is "+y);
1 g& R7 {' k7 A; g/ A9 }
) a4 x4 S7 l8 a7 O, a( n! _0 A" t! { double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
% X8 {* P* G! j; r System.out.print(z+" re");0 ^; `) r7 \% Z! d# t2 E
}. f/ { t3 t7 ]) a( _9 [
}( W3 p }$ x/ ~; ?4 H) F
; Y4 q. k, E' a$ r8 G! Z( b
结果是:9 d' k/ {- V; i" _ C
result is 2- c, P& a7 m! {2 v+ [# e; a" S, B
#
0 P; L1 S) F' v# An unexpected error has been detected by Java Runtime Environment:& w' o# [* ?4 @0 V1 M
#
% ^9 ?& s% m9 O. X" B# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
, N% L( V% A, G$ K; }$ ?9 r#
8 I( c& ^3 k( E' i# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
& q, ~$ v) y9 p0 u/ x# Problematic frame:
8 i: j# w% b, Y! o# C [javaswarm.dll+0xb8305]
0 T) k5 C4 d% N8 g) C/ I; `#* `& Y( j8 d( C `! ?# s8 s
# An error report file with more information is saved as hs_err_pid1064.log |