我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。3 p7 T8 s* V5 Q* _- G: M: ]6 D. F& H
import swarm.Globals;
" t$ ]& B, ^1 y3 a
" n: o. F, `6 D$ V' \# epublic class test {% w: t8 @- ], h- m% b. z' Z
/**
# L5 L% W7 f5 O( W ?: u# Q * @param args" \7 Q2 m7 f8 F. ]0 q
*/
! h) u$ K: K1 K( u/ @ public static void main(String[] args) {
5 T0 R) _ m6 V ; D% J5 `& E8 M" w8 R$ c
int y=(int)(10*Math.random());: q4 d+ h9 k" \6 V4 y. P
System.out.println("result is "+y);
+ ]( ~. S7 z" }! Q0 R4 U
* k ?! G4 u2 H" l! ? double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);8 { w2 u- M; J( T% `+ g. a l
System.out.print(z+" re");
5 f6 S/ K! p& Z; O3 | }
2 Y) `$ y+ y$ {+ ^$ F, n' @}
1 @: ]+ L# W5 f; j3 Q. n& P3 A4 O8 b4 ?; a: \; l6 ?; z( ?
结果是:# \& M' S2 a+ q/ H/ l6 q
result is 2" n+ i. x' _ w2 L% n; h
#, M/ I: Q1 T* z4 ~$ R3 ?
# An unexpected error has been detected by Java Runtime Environment:$ {" i" G0 h' z% O8 g$ b2 t1 N0 P
## p! g" x2 Q" @. Z
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
; L/ F( E2 c6 @6 o8 W! u+ r+ n#
2 c6 B9 a) K2 \9 E, a: p, _+ i0 l# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
: B3 Y$ |6 e3 ?) o1 d: s* E# Problematic frame:4 G+ r7 C5 S$ j" x+ \
# C [javaswarm.dll+0xb8305]
) d8 R. a5 L0 X( `" w#% L7 ?, M: N; o- b, m
# An error report file with more information is saved as hs_err_pid1064.log |