我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。/ C6 @# i3 s$ S Y( r/ N
import swarm.Globals;
. f) d* e. @& e% V4 |3 x/ V3 j9 q3 _3 @
public class test {
! }8 @! _5 s W! g0 u /**# J2 Z3 X4 o6 _9 T" [
* @param args
0 y0 s8 |6 M8 D$ e */6 Y) O8 ?1 b' x( y6 Z. c; k
public static void main(String[] args) {' x; l! S3 O _1 N3 ~7 A
$ w/ X* g! \' s& P$ b; ` int y=(int)(10*Math.random());
; H! p8 d1 m i( B/ g System.out.println("result is "+y);
2 i a; k, u6 D' X+ ?5 L
3 b. I. o2 O1 @' F: Y double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);. `: ^& s! O1 M4 e# o, G
System.out.print(z+" re");+ D9 l% e; h5 J
}
# c, z- t5 F- c1 h7 c# m}
* i& R3 s/ n9 i: c# @1 Y& Z0 P: k. B" _
结果是:1 z2 L& I: Q, q" x( [# s3 x5 L
result is 20 p( Z7 {* i9 @( W# M
#
8 K4 f; E' R1 F, [8 f# An unexpected error has been detected by Java Runtime Environment:- o1 P4 X1 }3 B" J! y
#
' P' O7 L! O8 p$ v2 r# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
, y a8 \! c: G4 f- {- {. s1 t#; b0 W$ f8 _2 f7 h6 R. A! G! {, ]
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
& L; H2 T1 x' l# Problematic frame:
$ c: g6 a. H( M1 y8 Y& G$ T# C [javaswarm.dll+0xb8305]& k3 Y9 N& o; B' p6 Q k
#
6 C/ f0 b) o+ w* [$ {# An error report file with more information is saved as hs_err_pid1064.log |