我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。& J: ]$ F. \( [0 A, J
import swarm.Globals;, s# o8 o$ | O
0 A$ c) ~$ {, U6 d9 q: K
public class test {
) |! g! F9 y6 Q0 W /**# A/ u$ p3 j3 l
* @param args3 Y1 g, p* C" `3 [
*/
* S) y2 Q6 G" f- g public static void main(String[] args) {" z0 D2 L1 x9 e+ K! B. I1 ]1 Y( g
7 \: M6 l( T3 t7 _- T2 w" Z8 P- f7 ]
int y=(int)(10*Math.random());
( e0 r5 z6 }* m$ V; V9 Z1 R3 D System.out.println("result is "+y);
) m8 I& H4 t f: V
& P4 Z! ~+ z7 k$ a% ?4 F double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);$ I9 L0 j1 y# @
System.out.print(z+" re");
( m, f; M# V$ d4 E }! a$ |$ \3 Y' {, P# Z$ ]1 Z7 S
}3 S9 Z: X! |4 \0 Q
# ?- L' {, b* f% f* G2 N结果是:2 o- Q/ U$ x9 q- M6 | B* s
result is 2
* {. G3 M7 J8 {$ d% z#" M" B3 c3 m6 y3 q5 q- \, @9 X
# An unexpected error has been detected by Java Runtime Environment:
' e# T) O. w8 E: t#
2 F8 N9 H d1 c9 O4 s" A# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068$ @0 ?' `0 @! V$ v
#4 _2 S( G* z b8 O
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
_) m; _! u- r9 N# l: f# Problematic frame:' j2 ~' o: j( _2 \3 _5 }' F
# C [javaswarm.dll+0xb8305]
# Y" m5 D% x. t, w8 G' F" @8 W#
* Z7 a* e7 s- A& \% h x/ `6 |$ v# An error report file with more information is saved as hs_err_pid1064.log |