Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

running a java program on 486 platform

  Asked By: Kaua    Date: May 24    Category: Java    Views: 5607
  

I have a program that i wrote with jdk1.4 and i want to run it on a
486 platform and linux OS.
Can u tell me what can i do?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Luz Hayes     Answered On: May 24

Usually the name of jdk package shows the minimum machine architecture it
supports (e.g. i386, i586, 64b etc). You should use a jdk ending up with
i386 (i guess there is no i486 since their architecture is mostly just a
dual i386).

Sun offers jdk 1.4 for both i386 and i586(PII). If you wanna get further,
download the jdk source and compile it for preferred architecture.

 
Answer #2    Answered By: Vidos Fischer     Answered On: May 24

yes, i know that and i tried to find and download it but i cann't find
it in the sun website.
can u tell me where i can find it?

 
Didn't find what you were looking for? Find more on running a java program on 486 platform Or get search suggestion and latest updates.




Tagged: