我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
e* p3 P* H6 R$ X H1 n: y- yimport swarm.Globals;$ G2 f2 d; q+ R
' N8 I+ a) i% \7 ?: M4 k. S
public class test {1 D$ U, c H; E% v* v
/**- Z* @0 U2 b) C# [
* @param args
) @; u$ n0 X# Y5 o; } */
5 @; Z& y. B; P( z B public static void main(String[] args) {2 l; W1 ], k2 n/ q
; m4 H; s' ?) ?( y4 \
int y=(int)(10*Math.random());
/ |5 W& ~5 c- G System.out.println("result is "+y);3 k, g; S6 R6 ] @
; G u9 w7 Z" M8 A
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);: |# P, m# W# V$ m( r" Q/ F
System.out.print(z+" re");: e1 m2 p1 P2 g5 d( k
}- N& J' M- H+ D8 z7 `. k& @
}
# s9 t" Q# V- K+ _; Y
0 p1 M" }& u8 b结果是:
" D) Q- v8 L3 m, M1 |5 c& r: G( }result is 2$ _$ _0 _( I) h- `2 |
#
; |* z( o( f9 W0 \3 Y$ ^+ v# An unexpected error has been detected by Java Runtime Environment:
1 O$ z% @ E2 f3 _#, s* j& R1 H4 f/ ~2 n6 Q$ j
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
; V6 J+ W3 q# r/ b. Z2 j#
6 a1 T$ b O! d8 K0 }# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
# D8 v7 O( y( ^' l# Problematic frame:
3 i/ w# V$ G% R. S# C [javaswarm.dll+0xb8305]
% r& k7 U5 _( v7 m3 A5 A3 x- Z#6 [1 Q/ N% G* J, ]
# An error report file with more information is saved as hs_err_pid1064.log |