Created
October 30, 2018 15:42
-
-
Save vnl/baaa53002168f00a8d17e7a3cfea194f to your computer and use it in GitHub Desktop.
Resolve Build Paths - Java project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1-Right CLick on your project folder, Choose Build Path > Configure Build Path | |
2-Select Libraries Tab and delete any arbitrary library present there. | |
3-Click on Add Library option, Select JRE System Library and click Next. | |
4-Choose last Radiobutton option Workspace default JRE and click Finish. | |
5-press f5 for refresh. | |
6-run ur program . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment