我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
7 ~! [# m$ Q/ f# D# a R7 bimport swarm.Globals;/ {5 U r2 s- A0 d2 O7 W" u
3 Y# [5 b: }9 |, ?' ~; l, H3 L
public class test {2 }4 R! [6 b* i
/**2 T- c+ ` m, K4 p$ d
* @param args
& M1 R# \4 N$ ]" W! G */
- p/ P/ o. G7 C, c5 @* J* j public static void main(String[] args) {
; p+ a& G. e$ d , p5 |* U! S( x3 H
int y=(int)(10*Math.random());
2 a. [$ n( f6 M5 w/ ` System.out.println("result is "+y);
5 I+ i4 R9 ^) ~' ]! t$ x/ O8 I9 c. `2 ~9 Z0 p$ S
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);4 n9 R" \# k( N5 t$ A9 w
System.out.print(z+" re");5 k% |# r/ f+ ]8 N/ B! u. l
}) i4 `1 z* j9 r% C3 U
}- a( f* x' q3 A1 W% L( u
/ z& i2 m* b' k. _结果是:) I& Z& _9 S* Q
result is 2, @( t! ]/ C2 q
#
( n) D6 ?/ e$ S5 m: L3 Q) L# An unexpected error has been detected by Java Runtime Environment:2 N$ ]; V B5 Q" R! Y! F
#3 a& L* a! o8 V; ?- }
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068: z# W3 ?+ U" @' ]3 [
#2 f }& |8 y6 P: x. c
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
" ^7 g K1 t9 S. m: n9 I+ C# Problematic frame:
4 Q, x+ f$ M4 h) {, u# C [javaswarm.dll+0xb8305]7 a# l7 d# `0 {5 h, J$ K+ Z2 i1 h
#
" P: S M9 m# J5 V# An error report file with more information is saved as hs_err_pid1064.log |