Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

java program for one platform

  Asked By: Ayden    Date: Apr 17    Category: Java    Views: 766
  

Can i write a such java program that should work on only on
platform.If yes then how?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Ludo Ricci     Answered On: Apr 17

Well, if you *really* need this, you should use a compiler that generates
native code, like gcc port to java, or J++ under windows ( well, I don't know
J++,
even if it fully suports java, but.. you could try ). Anyway, you java  source
code
is by default multi plataform, and there is no way to make a java program  that
only runs under a specific plataform.

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




Tagged: