我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。5 M: `& V# S. [ r; Y3 u4 t
import swarm.Globals;
* H3 B+ [* L1 n$ K) c- u j
4 p' ~" K5 R3 z% D J: cpublic class test {
9 u* h1 ]- x6 g; W Y8 u' V% z5 S: Z /**
0 Q/ F; x" k# B# ]9 k! n. j * @param args, H* h) U e( K% z. X
*/
- m& E4 g5 t* `! e public static void main(String[] args) {
9 A) r( I7 [: m ' F. ^) M/ V2 r7 Z) D5 U
int y=(int)(10*Math.random());. }9 ]# A% n8 D4 F0 R- k
System.out.println("result is "+y);
6 h- N7 ^( v5 J+ c' J) a4 p
2 Y. i6 U1 T+ T- a double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);1 J5 D3 O6 H7 n9 {8 X e: R- f$ j
System.out.print(z+" re");) y4 B8 ~. \3 \3 f
}
6 @- ]! U3 [- q+ {9 s}* R$ v: d9 B6 ]/ |4 T1 h9 m2 n* f. t
2 E8 f& K2 |9 S4 v/ p! @结果是:& l/ o6 K7 Y# d
result is 2* ?. A7 y. c5 I; B6 W9 @* P
#* e- @4 b4 M$ p! R( S
# An unexpected error has been detected by Java Runtime Environment:& \+ i P( _7 v( h+ Y
#
/ J! {, r3 Z( k: s0 T) l# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068- W& ~0 S2 K* G$ Z2 x
#
; L1 t9 R( Z9 Y" T+ s3 |5 q# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
! m% }9 s3 M: V& k/ g* d9 T# Problematic frame:/ d& J2 b8 C i$ k/ a \
# C [javaswarm.dll+0xb8305]
7 ~' a2 }+ k" y: u% |; ~4 N1 {9 @#
( e8 @7 ^( W8 ?6 b8 k8 {* F# An error report file with more information is saved as hs_err_pid1064.log |