• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Question on Java FX

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

The Java FX website says that it is available only for Windows and Mac OS platforms. What does this mean to a web developer with Linuy as the OS. I mean if I use Java FX to develop my screens and when I deploy them to an App server in Linux, would it break?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaFX is a client-side technolgy. If by "deploy them to an app server" you mean you'd be using Linux to serve them to a client, then there should be no problem.

I also think it should be possible to run them on Linux - JavaFX is written in Java, after all (for the most part). I think JavaFX 1.1 (and maybe 1.0) added some multimedia codecs, though, which may not be available on Linux. But the basic stuff should work fine.

See http://www.weiqigao.com/blog/2008/12/04/using_javafx_1_0_on_linux.html for more details
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apparently, JavaFX 1.5 is not far away, and it will support Linux and Solaris: http://weblogs.java.net/blog/opinali/archive/2009/05/full_javafx_com.html
 
author
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaFX 1.2 was released last week and supports Linux and OpenSolaris as well as Mac and Windows.
 
Eliminate 95% of the weeds in your lawn by mowing 3 inches or higher. Then plant tiny ads:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic