Can I deploy a simple J# app to Linux or the Mac?

Since the concept of java is to "write once, run everywhere", is there a way to run my simple app on the mac or say the fadora 2 core for linux I don't see any packages for these systems.

Answer this question

Can I deploy a simple J# app to Linux or the Mac?

  • gisgeezer

    What does the "J" in J# stand for if not java Why would I use J# instaed of C# to make Windows apps
  • pqjr

    J# souce code is compatible with Java. It is useful to keep a compatibility with Java.

    For instance, C language is not binary compatible among platforms, but many people use C in oder to keep a portability.


  • Ultrawhack

    No. J# is not Java.
  • Trevor2006

    ok, since it's compatible, are there any examples on how to port the app to Mac or Linux then

    I also agree that since J# is based on Java it should be able to run "wherever" Java is available, but there are no examples or information on how to do that.

    This should be of interest to Microsoft to publish since they also support and build apps for Mac, and Bill himself owns a chunk of Apple as well.



  • Can I deploy a simple J# app to Linux or the Mac?