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

how to set path for javafx and j2ee

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am sucessfully running java programs in jdk1.6 with class path.
I want to run javafx programs. While i am installing javafx 1.1 it itself downloads jdk-6u12-windows-i586-p.exe and starts installing javafx 1.1

Now how to run the javafx program after setting the path

currently i set the path only for java D:\Program Files\Java\jdk1.6.0\bin;
how to set the path for javafx and run the program
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, please follow this link(this link contains the pictorial representation of doing that) :

http://kenai.com/projects/eplugin/pages/GettingStarted
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
windows + java + folders with space in name do not mix..

You will want to change that folder name to one without spaces.
 
reply
    Bookmark Topic Watch Topic
  • New Topic