Lhenderson
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Latest update breaks my application
AnsweredSuddenly 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... -
Created class not found error - no output directory being created on new projects
AnsweredThere are no compiler errors but the build process does not seem to be creating a class file and there is no output directory created -
Created error on var
AnsweredIntellij 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?