tone
6/4/2007 3:23pm
|
|
great!
|
 |
|
excelent :)
|
|
Answer it
|
|
oz
7/12/2007 8:14pm
|
|
Thanks
|
 |
|
It has been helpful to understand the general status of it
|
|
Answer it
|
|
Steve P
8/1/2007 6:47pm
|
|
Thanks
|
 |
|
I had loaded the JavaFX Plug-in, but could not get my test program to run. Your tutorial was of great help. Many thanks.
|
|
Answer it
|
|
Wil
9/3/2007 2:55pm
|
|
Thanks
|
 |
|
Thanks, now I am understand more of this facinant technology.
|
|
Answer it
|
|
Ian deSouza
9/26/2007 4:1pm
|
|
Perfect
|
 |
|
Just enough info. Thanks!
|
|
Answer it
|
|
sagar
7/17/2007 5:54am
|
|
wonerfull
|
 |
|
goood
|
|
Answer it
|
|
klenikk
1/24/2008 11:8am
|
|
Dzia³a
|
 |
|
To dzia³a :)
|
|
Answer it
|
|
DayWalker
2/1/2008 6:11am
|
|
Can't find the *.fx file
|
 |
|
I always got the following error message if I try to run my application:
----
not found: HelloWorld.fx
compile thread: Thread[AWT-EventQueue-0,6,main]
compile 0.0
init: 0.031
----
Any ideas? How can I solve this problem?
|
|
Answer it
|
DayWalker
2/1/2008 6:21am
|
|
the answer
|
 |
|
OK guys, my fault. I have solved my problem ;). I don't defined the packagename in the program arguments box :D
|
|
Answer it
|
Junior
4/15/2008 1:14pm
|
|
Can't find the *.fx file
|
 |
|
Hey DayWalker, my application when I try run, I got his error message. Which packagename did you use?
Forgive me my English!
|
|
Answer it
|
|
Eric Kolotyluk
4/17/2008 7:35pm
|
|
Can't find HelloWorld.fx
|
 |
|
I have the same problem and can't figure out how to fix it. Could someone please describe precisely how to fix it. This is a *very* serious flaw in the plug-in, the plug-in should configure this automatically for you.
|
|
Answer it
|
poluruc
5/1/2008 1:26pm
|
|
your fx file name
|
 |
|
You should supply your .fx file name as program argument.
like, if your filename is SayHello.fx, then you should supply the argument as SayHello
|
|
Answer it
|
|
K&T
5/7/2008 12:16am
|
|
Color parameter outside of expected range: Red Green Blue
|
 |
|
Well, i'm in hour 2 of this simple hello world program and I have to say Sun's Quick and easy hype isn't living up to the promises.
After spending an hour figuring out that the 'official' eclipse plug in wasn't updated and going through classpath issues, i've finally be able to get things to compile. And i get:
uncaught FX exception: java.lang.IllegalArgumentException java.lang.IllegalArgumentException: Color parameter outside of expected range: Red Green Blue
at new AWTColor(red, green, blue, opacity) ("jar:file:/C:/eclipse/plugins/javafx.eclipse.f3editor_0.0.2/lib/javafxrt.jar!/javafx/ui/Color.fx", Line 98)
Any ideas on this one?
|
|
Answer it
|
Fan Boy
5/13/2008 11:50am
|
|
re: K&T
|
 |
|
Hmm. Sun has nothing to do with Eclipse, so sounds like noise to me. It took me 5 minutes to get the example running (and eclipse set up with javafx plugin, incidently). If you use the eclipse update site, there should be no "classpath" issues, either. http://download.java.net/general/openjfx/plugins/eclipse/site.xml
Sounds like a general competence issue, to me.
|
|
Answer it
|
Karl
5/21/2008 7:12pm
|
|
re: K&T
|
 |
|
Try upgrading jdk to at least jdk1.6.0_10. Less than that and I got the Color arg exceptions as well.
|
|
Answer it
|
Einstein_Ian
6/27/2008 11:15am
|
|
Thx.....I like it.
|
 |
|
Will,really helpful for me.I found this plug in my company but always can not. I download it at home and it can. Thx a lot. And i hope this technolgy can change web view....
|
|
Answer it
|
|
Kiran
8/4/2008 8:0pm
|
|
JavaFX
|
 |
|
It is really AWESOME ....
|
|
Answer it
|
|
Arpa
8/22/2008 7:24am
|
|
Thanks
|
 |
|
Simple and well explained article!
|
|
Answer it
|
|
Max P
9/13/2008 8:45am
|
|
Feedback
|
 |
|
Hey you did good work thanks for that.
But a link to the Eclipse- PlugIn would be nice ;-)
Thanks Max
|
|
Answer it
|
|
Max P.
9/14/2008 9:25am
|
|
eclipse remote update site
|
 |
|
" You can get up and running by adding the following as a remote update site:
http://download.java.net/general/openjfx/plugins/eclipse/site.xml
"
|
|
Answer it
|
|
tomt
12/8/2008 10:51pm
|
|
Plugin out of date?
|
 |
|
The plugin referenced above seems a bit out of date... It wasn't updated with the 1.0 release and is not mentioned anywhere on the Sun site anymore. Has it been abandoned?
|
|
Answer it
|
|
Lars
12/14/2008 6:57pm
|
|
Updated Plug-in
|
 |
|
It seems that an updated Eclipse plug-in is available at http://kenai.com/projects/eplugin/
Here is an tutorial for the new plug-in: http://www.vogella.de/articles/JavaFX/article.html
|
|
Answer it
|
|
newbie
3/26/2009 0:30am
|
|
I couldn't see the label
|
 |
|
Hi, Great article. I followed your instructions and added the site.xml in my RSA v7.0. The Eclipse plug-in was downloaded and installed in my RSA successfully. However, I was only able to see the "Hollo World" label in the debug mode. If I switched the "RUN" mode, the test in the label was invisible. Any idea?
|
|
Answer it
|
|
Murry
8/22/2008 8:47am
|
|
Error!!
|
 |
|
not found: HelloWorld.fx In argument box i have put already HelloWorld....
How do you solve this problem???
Thanks!
|
|
Answer it
|
javaFxer
8/22/2008 7:11pm
|
|
src/HelloWorld.fx
|
 |
|
Check the Project Layout.
If there are separate source and output folders, put HelloWorld.fx in src folder.
src/HelloWorld.fx
|
|
Answer it
|
Caleb
5/9/2009 7:13pm
|
|
File Not Found
|
 |
|
I was able to fix this problem(File Not Found) by dragging my HelloWorld.fx into the src folder for the project.
I left everything else the same, even though the project was set up as helloworld so the path was helloworld/src/HelloWorld.fx You don't supply src as part of the arguments. You just leave everything the exact way it is, Except drag the HelloWorld.fx into the src folder of the project.
|
|
Answer it
|
|
Cláudio
5/25/2009 8:27pm
|
|
New link to download the plugin
|
 |
|
Hi.
The link to download the plugin has changed to:
http://download.java.net/general/javafx/eclipse/
Best Regards,
Cláudio.
|
|
Answer it
|
|
Lars
6/2/2009 7:19pm
|
|
JavaFX
|
 |
|
New version of the Eclipse plug-in is available. I update my tutorial:
http://www.vogella.de/articles/JavaFX/article.html
|
|
Answer it
|
|