Skip to content

Instantly share code, notes, and snippets.

@rakib-amin
Created December 8, 2016 07:41
Show Gist options
  • Select an option

  • Save rakib-amin/14b8a8cee9269ffd8ade653429b7086c to your computer and use it in GitHub Desktop.

Select an option

Save rakib-amin/14b8a8cee9269ffd8ade653429b7086c to your computer and use it in GitHub Desktop.
Resolving Project SDK Change error in Intellij IDEA on Windows

Goto File > Settings > Build, Execution, Deployment > Compiler > Java Compiler

  • Use Compiler > Javac
  • Project bytecode version: 1.X
  • Per module bytecode version > Target bytecode version > 1.X

Goto File > Project Structure > Project

  • Project SDK > 1. X
  • Project Language Level > X - ....

Goto File > Project Structure > Modules >

  • (Select each modules) TAB: Sources > Language Level > X - ....
  • TAB: Dependencies > Module SDK > 1.X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment