|
From: Leif M. <le...@ta...> - 2008-03-11 06:37:41
|
Pellias, This is most likely being caused because you are running a 32-bit JVM on your 64-bit system. That is perfectly Ok thing to do but you should be running build32.sh. If you really want to be using a 64 version, make sure that your 64-bit JVM is on set up on your path correctly. Cheers, Leif pellias wrote: > hi > > i have some problem building the src for HPUX Itanium, i've read some > topics here but could not find out what changes needs to be done to make it > work. > > when i ran build64.sh, i got > > init-bits-mismatch-warning: > ********************************************************************** > A 64-bit build was requested, but this is a 32-bit JVM. > ********************************************************************** > > doing some debugging on the build.xml, i realise it detected my os.name as > "HP-UX" and os.arch as "IA64N". > > any help is appreciated. Thanks. > > pe...@gm... > |