我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。7 I8 c, v: u; A% b1 y) d" `- [
import swarm.Globals;# v; D) b% e& Z5 u
6 U8 [7 `/ b1 g* ] P3 u& J* U; B( B
public class test {( M- d/ ?6 f7 ^! H. I
/**+ ?. I" D0 C- ?* T* d
* @param args
& a! M6 n" q% F! v */9 k. s0 S( N6 o0 J+ u/ _0 k0 A
public static void main(String[] args) {8 d* {8 d+ g) [: @
7 B) H7 n' y+ ^$ p) t3 `4 Z! c% c int y=(int)(10*Math.random());- S4 ^: m; f7 B* T
System.out.println("result is "+y);
% d8 i6 L$ K6 W% f& ]) {) P7 t) C( Y; u7 [7 e- \
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);& B# i7 e( N4 `+ U0 Q! ]9 c% o
System.out.print(z+" re");& k! B0 ?" Y# \/ R$ d2 b
}
/ [- ~# i3 {) b}1 f1 K. F0 _" t% B4 \, r0 O- y& l
3 o) r' ?" h( |. N- L9 o结果是:' n& A% n! l B) A% |
result is 2
! P7 l$ W" K8 G. x4 ?+ j) [#" _% n1 k, E/ d
# An unexpected error has been detected by Java Runtime Environment:
* v. L+ U0 {0 N" l& l. M#
3 ]1 ?5 @ `& ? R Y# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
: l j" K3 g- {" |4 _7 p8 [, X#0 P, H/ w: L) `( Y
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)' w9 z, U# T( L9 M
# Problematic frame:
% w. R0 E/ J3 A5 \# B# C [javaswarm.dll+0xb8305]
" m4 I2 G9 Y: W$ s/ @#& B& }& l- C* D" C& z
# An error report file with more information is saved as hs_err_pid1064.log |