我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
5 Y4 W- y; z$ B- F( Ximport swarm.Globals;( r! \* Y) Y* z3 A
* l! {3 x) i8 ~( P& Kpublic class test {
# o J2 W2 |9 v- z" G- u H. V /**
3 i& w- C, W9 ]: o0 M$ g * @param args1 x9 Q/ j& }6 _( d# ` ]
*/
: C! W' j/ r6 c2 ^ public static void main(String[] args) {# _! v. i* I& g0 B, V6 s! _- r( v
+ n$ t0 D! w8 l. G% r6 |& l- \
int y=(int)(10*Math.random());
$ G# ~. R- D7 h8 y# G; m System.out.println("result is "+y);
6 E( U9 w- S: I2 Y* \. |, ~6 W9 U- R* K9 }, y; z
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);3 ?. |! V- [; A$ Z: K
System.out.print(z+" re");
9 @" z2 g3 k S6 @& r2 y" j' K, H9 V }
" Z% i5 i3 l- x; i7 @& b}; z( n8 i9 I% o' D# g
4 Q4 W X7 s" _! `- @- `7 \
结果是:+ r- Q" @8 Q; ]8 B* |* j
result is 2! S2 o; o9 u. b. ~& I
#6 G, j3 ]% S. E% P
# An unexpected error has been detected by Java Runtime Environment:! W/ n# K5 I# @: o: c
#5 S' w/ L- I- {5 }$ Q2 J& e8 ^ d
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
. |/ a* X: H! w* `$ T#* G/ R& c: n5 @
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing); { P, P8 Z) @( }& ~; e9 T" a
# Problematic frame:: R y; }7 B/ p
# C [javaswarm.dll+0xb8305]
9 r+ `; h6 ~: h; D0 V% ^5 x#% `0 ~& {5 B2 v
# An error report file with more information is saved as hs_err_pid1064.log |