You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I'm running into the following error:
`BUILD FAILED
/Tesla/VisibleTesla/nbproject/build-impl.xml:87: The J2SE Platform is not correctly set up.
Your active platform is: Default_JavaFX_Platform, but the corresponding property "platforms.Default_JavaFX_Platform.home" is not found in the project's properties files.
Either open the project in the IDE and setup the Platform with the same name or add it manually.
For example like this:
ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.Default_JavaFX_Platform.home" in a .properties file)
or ant -Dplatforms.Default_JavaFX_Platform.home=<path_to_JDK_home> jar (where no properties file is used)
Total time: 0 seconds
The command '/bin/sh -c (cd Tesla/VisibleTesla; ant jar)' returned a non-zero code: 1`
Did anybody run VisibleTesla in a docker container yet?
A docker file would be really cool.
The text was updated successfully, but these errors were encountered: