Lhenderson
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Lhenderson created a post, AnsweredLatest update breaks my application
Suddenly issues with javafx imports using java 10. So I uninstalled 10 and went back to java 8. This fixed the import issues but now I get an error saying invalid flag --add-exports on an externa... -
-
-
-
Lhenderson commented, -
Lhenderson created a post, Answeredclass not found error - no output directory being created on new projects
There are no compiler errors but the build process does not seem to be creating a class file and there is no output directory created -
Lhenderson commented, -
Lhenderson created a post, Answerederror on var
Intellij IDEA does not seem to support java 10 local variable type inference. var name = "Larry"; errors on var. Is there not support for java 10 yet?