Eclipse cant find the import javax.swing.JOptionPane
import javax.swing.JOptionPane
Where is it located and how can i include it?
import javax.swing.JOptionPane;
There must be an installed (and selected) JDK in Eclipse:
Window > Preferences > Java > Installed JREs
The project must be configured to use that JDK:
Project > Properties > Java Build Path > Libraries
there should be an entry like "JRE System Library [JDK7]" in the list. If not press:
Add Library... > JRE System Library
The project should have been created as a "Java Project":
Project > Properties > Builders
should include "Java Builder"
2.1m questions
2.1m answers
60 comments
57.0k users