The application must be able to function as intended in JDK 8
- Go to
File > Project Structure - All subsequent actions are perfomed in the pop up appeared
- go to
projecttab- configure
Project SDKas 1.8 - configure
Project Language levelas 8 - configure
Project complier outputasContact-Management-System\builddirectory
- configure
- go to
modulestab- select the
srcfolder, mark it asSources(blue in color) - select the
buildfolder, mark it asExcluded(orange in color)
- select the
- go to
librariestab- click the
+(add icon), then selectJava - in the pop up, select the
swingx-all-1.6.4.jarfile atContact-Management-System\dist\lib\swingx-all-1.6.4.jar
- click the
- to run the application, go to
ContactManagementSoftware.javaand run themainmethod
- just set JDK version to JDK 8
- remember to import
dist > lib > swingx-all-1.6.4.jaras the external libary