我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。! ^# M" E8 v( n
import swarm.Globals;7 K& Y- `/ U. U" _0 Q& X% f
7 o! v6 ^/ n/ N" z( g, x- [4 npublic class test {2 f5 }) L& M! w9 d
/**: K9 ?! r$ H w7 A
* @param args
6 R; a$ Z/ c' J1 P */( e1 D. A3 \5 s% v
public static void main(String[] args) {- t: t8 Z: q J) q- }! ~* ^
$ [* N7 w9 l" J7 [ h% Y9 q; s int y=(int)(10*Math.random());
" Y( \8 D" m5 X! u8 r# U! @7 c System.out.println("result is "+y);/ t. \4 D! V: c0 U' L3 b# ~/ H
7 ]: C# R: u% T/ A' u& j* d& q double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0); w8 X8 V9 d. E- I
System.out.print(z+" re");) F0 I0 }0 L4 V
}% r. ?* \0 [. u8 R2 Q
}# j3 q7 Z" A, E9 v0 v
1 P4 g7 H! P! [' V# Y+ `
结果是:5 A. `; y( o" t2 J c/ l; \) z" b
result is 2
3 L! M: i9 `% z# ]) a5 r R: ^! p* I#
' Y- U. l( D) |5 e# An unexpected error has been detected by Java Runtime Environment:
, I" C4 F4 i" w#+ n8 b( t- Z# _+ H/ H' C) X" q
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068! }9 }2 O' s# t& G7 l
#
0 |0 A, D9 w* _- b/ ~# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing): C g; P- h+ u2 R6 Q- B. w
# Problematic frame:8 m7 w& ?1 w! `* b) j* Q8 j' b K/ E
# C [javaswarm.dll+0xb8305]- ]5 f! a0 q4 D
#; ]9 k9 f, A% S0 |/ ]! Z, r
# An error report file with more information is saved as hs_err_pid1064.log |