Skip to content

Instantly share code, notes, and snippets.

@vnl
Created October 30, 2018 15:42
Show Gist options
  • Save vnl/baaa53002168f00a8d17e7a3cfea194f to your computer and use it in GitHub Desktop.
Save vnl/baaa53002168f00a8d17e7a3cfea194f to your computer and use it in GitHub Desktop.
Resolve Build Paths - Java project
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