• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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 ]
 
What's brown and sticky? ... a stick. Or a tiny ad.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic