J R wrote:

Are there 64 bit counterparts?  If not, would the 32
bit ones definitely work?
Uhm, too many pronouns. "Ones?" You mean the binaries? Java .class files are all binary bytecode, the bytecode is architecture independent and well defined. All you need is a Java Virtual Machine for your architecture to execute the binaries. So the binaries, in theory, will run all any hardware architecture with a suitable JVM available.

If by "ones" you mean "JVMs" then yes, there is an AMD64 JVM available for download at java.sun.com. In addition, I'm pretty sure Blackdown will compile 64-bit as well.

These machines are Intel Zeon processors.... (dual)
Are they EM64T Xeons, or the older 32-bit only Xeons?

-ryan


JR

--- "J. Ryan Earl" <[EMAIL PROTECTED]> wrote:

J R wrote:

I tried to install Tomcat, and got the following:

./configure
[...]
configure: error: Unsupported CPU architecture
"x86_64"

How do I fix?  Is there files out there to fix
that?


Is there any particular reason you need to build
Tomcat? Why not just go with a prebuilt binary Tomcat installation?

I assume you're using the AMD64 JDK?

-ryan


---------------------------------------------------------------------
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]





                
____________________________________________________
Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to