Rick Mann wrote: > I only have one JDK installed. > You can always use --enable-64bit.
The configure script uses "java -version" to see if it's 64-bit and as you showed below, "java -version" is 32-bit on your machine. (And Resin's configure script won't try to assume that you really want to use -d64.) -- Scott > On Mar 18, 2010, at 21:32:14, Tyson Weihs wrote: > > >> Are you pointing ./configure to the right JDK installation via >> "--with-java-home=DIR"? >> >> On Thu, Mar 18, 2010 at 11:28 PM, Rick Mann <[email protected]> wrote: >> Hmm, configure still reports >> >> checking if Java is 64-bit... no >> >> >> On Mar 18, 2010, at 20:40:38, Tyson Weihs wrote: >> >> >>> Add "--enable-64bit" when calling ./configure. >>> >>> -tyson >>> >>> On Thu, Mar 18, 2010 at 10:33 PM, Rick Mann <[email protected]> wrote: >>> Hi. I'm pretty sure I have a 64-bit java running on my Nxenta/Open Solaris >>> box. >>> >>> SunOS -- 5.11 NexentaOS_20081207 i86pc i386 i86pc Solaris >>> >>> However, when preparing to install resin 4.0.5 on it, I notice the >>> configure script didn't find 64-bit java. However: >>> >>> $ java -version >>> java version "1.6.0_12" >>> Java(TM) SE Runtime Environment (build 1.6.0_12-b04) >>> Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode) >>> >>> $ java -d64 -version >>> java version "1.6.0_12" >>> Java(TM) SE Runtime Environment (build 1.6.0_12-b04) >>> Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode) >>> >>> >>> Do I need to install a different JVM, or should configure add -d64 when >>> checking? >>> >>> TIA, >>> Rick >>> >>> >>> >>> _______________________________________________ >>> resin-interest mailing list >>> [email protected] >>> http://maillist.caucho.com/mailman/listinfo/resin-interest >>> >>> _______________________________________________ >>> resin-interest mailing list >>> [email protected] >>> http://maillist.caucho.com/mailman/listinfo/resin-interest >>> >> >> _______________________________________________ >> resin-interest mailing list >> [email protected] >> http://maillist.caucho.com/mailman/listinfo/resin-interest >> >> _______________________________________________ >> resin-interest mailing list >> [email protected] >> http://maillist.caucho.com/mailman/listinfo/resin-interest >> > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
