Subject: | |
From: | |
Reply To: | |
Date: | Thu, 9 Aug 2007 13:29:22 -0400 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
If you're seeing 'console' errors, then you must be using Java 6, not
Java 5.
In their wisdom, Sun created a class called "Console" in java.io.
We'll have to resolve the ambiguity by referring to Console in
Display3D and Display2D etc. using 'mason.sim.display.Console'
instead of 'Console'. Sadly, we're on Macs and don't have JDK 1.6;
but you can do this by hand for the moment, it's not too tough. Or
backup to Java 5.
Sean
On Aug 9, 2007, at 4:48 AM, kylin wrote:
> Dear Sir:
> I am a new comer to mason ,and today I am trying to build the
> jars of mason and the other utilities ,the classpaths are set.but
> still error as
> //////////////////////////////////////////////////////
> Severity and Description Path Resource Location
>
> Creation Time Id
> The type Console is ambiguous mason/sim/display3d
>
> Display3D.java line 364 1186585142906 10043
>
> //////////////////////////////////
> I am using jdk 1.5 under window
> thank you!
> --
> Wang Bing
> Institute of Software
> School of Computer Science
> National Univ. of Defense Tech.
> HuNan China
> Mobile:086-13755009547
> Dom : 086-0731-4574606
|
|
|