java - Eclipse does not recognize org.jdesktop.* -


i use jre system library [jre7] , when import org.jdesktop.application.action get

the import org.jdesktop cannot resolved 

i removed build path build path > remove build path , did
project > properties > java build path > add library > jre system library , still same error .

the org.jdesktop code not part of java se, classes won't in jre. need locate , download jar file containing classes, , add eclipse buildpath.

(one place download jar here ... easy own searching if link breaks. go maven central or findjar.)


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -