我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
( q1 z6 ?: T# n; f$ a" Vimport swarm.Globals;& c: d# m. w, a9 b/ b
# ^( }- {9 j6 ~1 x spublic class test {0 x! \/ {+ ~! |
/**8 X a0 s2 C: j( o" C
* @param args
; g+ |% O2 r- j */
) I0 h1 ]+ ?( M& G* e! H public static void main(String[] args) {) f: ]; R/ H" C4 Z, G) i) W
. M7 C$ ]/ X( m/ k9 t h
int y=(int)(10*Math.random());
! Q8 t4 b+ M1 @9 R System.out.println("result is "+y);
' I% [9 e$ T9 m4 J9 H# N7 o3 I! J0 t" L
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
5 N L) Y# }2 _" Z System.out.print(z+" re");, M' A( B, D+ V! R1 `3 {
}
% [: Q* G4 a) w) c}
7 H" L+ A: Z- D! j4 G/ N/ Q
; k9 ]& {- u% O1 u- o结果是:0 B3 N- k% s# V! Y% c
result is 2
6 L, Y. t* O, A4 s3 E#( C8 a7 [( s' l( z
# An unexpected error has been detected by Java Runtime Environment:
! e3 Z; g$ }( M2 w4 H$ e2 b, c#
8 i$ ^9 g& p& K# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
1 b& q( I: b2 q. q( a; e#
/ f, P7 T- ]: `( k! |* m6 ]) P# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)- t! L+ e- e8 {; ? ]1 a' T
# Problematic frame:/ p# N+ i! P) P
# C [javaswarm.dll+0xb8305]
, [! z+ d" I/ E8 Z! t3 H# }" f4 M#
! k7 e3 \8 u& w" {# An error report file with more information is saved as hs_err_pid1064.log |