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
Post a Comment