« Video of Cool JavaFX Demos at JavaOne 2008 | Main | Check out the JavaFX Script Documentation »

June 09, 2008

Comments

Dave

Thanks for the lightning-fast response!

Jim Weaver

Yes, the Eclipse plug-in is not up to date. NetBeans is, and of course you can use the command-line tools.

Dave

Using the JavaFX plugin for Eclipse, I see this error:

11: Encountered "title" at line 11, column 3.
Was expecting one of:
"*" ...
"?" ...
"+" ...
"=" ...

This error points to the word 'title' in the first couple of lines of the program:

var phrase:String
title: "Hello, Goodbye"

Is the compiler for the Eclipse plugin not up to date?

The comments to this entry are closed.

Categories