我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。/ H* ]( g( m: K9 t6 s7 D
import swarm.Globals;
7 {, |! F& f% |2 D6 i5 Y
. @6 V$ T/ P3 S( E# ]( R, ^public class test {* N2 d5 |( m V* I# z$ _
/**
6 [) _$ g0 D' r# z; r * @param args
& x) X. l- x3 I0 a/ [ */
" ~# k3 d! E. f" n- O& s/ y1 b7 P public static void main(String[] args) {
0 S% Z& v$ g8 }
2 t! a" O5 I6 C8 B) y; v# Y int y=(int)(10*Math.random());% z, u+ w* c9 a* T4 P9 |
System.out.println("result is "+y);
e7 g( \1 m0 H: ~3 W3 h& |, S& d) d6 v
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
6 `8 K1 T, a/ V( [2 W$ L System.out.print(z+" re");" F2 I: Q" [' \6 h1 w
}: D; k9 z0 D* V9 p
}" o# [0 A" g, Z8 T. b
4 z) N/ o7 R d. r结果是:$ [$ ~5 |/ \: I) z
result is 2' }+ h. E5 O* u/ ?( l5 C, F- V- g
#/ P+ \; H% `& O, ^/ _# E
# An unexpected error has been detected by Java Runtime Environment:3 t: A' g+ g6 E4 o+ c* i F
#
3 a! X/ m; R8 s7 y# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068- f! l' ?* z0 Z1 }3 F. E
#- i9 s, X& c1 z; @% `5 M; q* x
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
% a; V; ?; C5 W" p# Problematic frame:
r! O, u% J! T9 [% ~+ e# C [javaswarm.dll+0xb8305]
8 o9 `/ s0 h9 l* ]4 {! Y# g" A: i) {' d. l' c7 @5 g
# An error report file with more information is saved as hs_err_pid1064.log |