Thanks for the reference, but reviewing 221 lines of POM just makes
my eyes glaze over.
As much as I
REALLY want to do stuff with ScalaFX, the
onboarding cost is
WAY too high. There
STILL does
not seem to be any simple way to just get going with ScalaFX in 5
minutes.
One of the things I have learned over decades of trying to sell
innovation to people, is that people generally try what is easy to
try, and give up on stuff that seems too hard.
I simply do not have more than 1 hour to spend fussing with ScalaFX.
I am trying to follow
http://code.google.com/p/scalafx/wiki/GettingStarted
Currently I am stuck with
Description Resource Path Location Type
bad symbolic reference. A signature in Stage.class refers to term
javafx in package <root> which is not available. It may be
completely missing from the current classpath, or the version on the
classpath might be incompatible with the version used when compiling
Stage.class. client Unknown Scala Problem
Description Resource Path Location Type
bad symbolic reference. A signature in Stage.class refers to term
stage in value javafx which is not available. It may be completely
missing from the current classpath, or the version on the classpath
might be incompatible with the version used when compiling
Stage.class. App.scala
/client/src/main/scala/net/kolotyluk/find_duplicate_files/client
line 21 Scala Problem
I am using the ScalaIDE from TypeSafe with
<dependency>
<groupId>org.scalafx</groupId>
<artifactId>scalafx_2.10</artifactId>
<version>1.0.0-M3</version>
</dependency>
And have everything I can find set to the latest version of Java 7.
Cheers, Eric