Search This Blog

Enable Mac OS X Integration library (com.apple.eawt.*) in Eclipse Java 8 Project

  1. Right click the project, select 'Build Path' then 'Configure Build Path...'
  2. Activate 'Libraries' tab, then open 'JRE System Library', then select Access Rules...
  3. Click 'Edit...' button, then click 'Add' button and type the rules:
    • Resolution: 'Accessible'
    • Rule Pattern: 'com/apple/eawt/**'

No comments:

Post a Comment