• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Linux and Java on Titanium 64 bit ?

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, all ...
We are currently trying to 'port' our web application from 32 bit processor to titanium 64 bit. We already know that linux already support the 64 bit platform, but how about the VM ? Do i need a different VM than the one i usually use ? and if the OS and VM are OK, could this 'port' affect our already-built-program ?
Thanks before, i would really appreciate any help !
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure if you need a different VM but if you go to the download page on Sun's site for java they do have vm downloads for 64 bit platforms. Hmm, seems this is the first place I would have checked.
 
Albert Gan
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After surfing java.sun.com following your suggestion, i found it quite easy (theoritically) to run Java in 64 bit environment. These are the following steps :
1. Install the OS, i hope SUSE 9 already supports itanium 64 bit
2. Install the 32 bit SDK/JRE for Solaris SPARC Platform or the 64 bit SDK/JRE for Linux or others
3. Complete the VM installation with the files for 64 bit support (for Solaris SPARC Platform)
Here is the url : SDK/JRE download page
Thanks for the info !
[ February 03, 2004: Message edited by: Albert Gan ]
 
You would be much easier to understand if you took that bucket off of your head. And that goes for the tiny ad too!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic