On Wed, Jul 23, 2003 at 03:25:32PM +0530, Vijay Kumar wrote: > > Hi, > > I have installed bot the the 32 bit and 64 bit j2sdk on solaris 9. > How do I check the 64 BIT has been installed correctly ? RK - check if the packages have been installed as specified in the instruction. You could also try this... try printing Integer.MAX_INT and check whether it gives you 2^64 -1. Or just do some bit-twiddling. The low and high bits should be 32 bits each. The real final test is whether you can access cartloads of RAM (> 4GB), but i havent thunk how you;ll do that! -- re rk p.s. do let me know how it went!
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
