BigDataAnalyticswithSpark
BigDataAnalyticswithSpark copied to clipboard
Running assembly fails
When I try "assembly" on the sbt I get the following error:
[error] This symbol is required by 'class scalafx.application.HostServices'.
[error] Make sure that term javafx is in your classpath and check for conflicting dependencies with -Ylog-classpath.
[error] A full rebuild may help if 'HostServices.class' was compiled against an incompatible version of
Do you know how I might fix it?
I've had a bunch of students running into similar issues this semester with various classes having incompatibilities. Which one pops up depends on the details of the code. For some, reverting to Java 8 has been the fix. Others have added stuff to their build.sbt from the following link and that has fixed their problem.