This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Casting / Inheritance Problem




On Sun, 16 Jan 2000, Jon Beniston wrote:
> Object o = System.getSecurityManager();
> 
> Test.java:7: Incompatible type for declaration. Can't convert
> `java.lang.SecurityManager' to `java.lang.Object'.
>                 Object o = System.getSecurityManager();

I don't have that problem.  What compiler are you using?  A snapshot?

--
Jeff Sturm
jsturm@sigma6.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]