Open smickus123 opened 4 years ago
What version of JAVA are you using? This project requires JAVA 8.
I am using Java SE Development Kit 8u231.
It appears you are using OpenJDK. OpenJDK does not include JavaFX which is needed for the GUI. You will need to get an Oracle version of the JDK.
Thanks this appears to have solved my issue. Another issue I am facing is where exactly do I set the OpenVSP_exe environment variable?
There are many sources for this and some are dependent on the version of windows you are using and whether you have admin permission. Here is one for Windows 10: https://www.architectryan.com/2018/08/31/how-to-change-environment-variables-on-windows-10/
When trying to build I get the following error.
src\main\java\openvsp3plugin\JavaFXUI.java:110: error: cannot find symbol private FileChooser fileChooser = new FileChooser(); ^ symbol: class FileChooser location: class JavaFXUI