Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac bundle and integration for Java 7 #55

Merged
merged 14 commits into from
May 31, 2015
Merged

Conversation

NicosPavlov
Copy link
Contributor

These changes creates a new compilation target for JabRef, in order to make a Mac application bundle which can work with the newer Oracle JVM for Mac (versions 7 and 8), and change the code of the wrapper to integrate the Apple events with the non-deprecated API in com.apple.eawt.

Main changes are:

  • Create a new target based on Oracle's appbundler to create a bundle compatible with newer JVMs. (not compatible with Apple's JVM).
  • Move the older target to Jabref-legacy.app.
  • Remove the old deprecated wrapper OSXAdapter, which does not work with Oracle's JVM.
  • Create new wrapper based on com.apple.eawt (compatible with both JVMs).
  • Improve the quit behaviour.
  • Add support for the Fullscreen feature.

The code changes are compatible with both Oracle's JVMs and Apple legacy one, but the legacy bundle is currently broken as the code requires Java 1.7+. Tested with Apple's JVM (1.6.0_65) and Oracle's JVM (1.8.0_45).

koppor added a commit that referenced this pull request May 31, 2015
Mac bundle and integration for Java 7
@koppor koppor merged commit fdfab9a into JabRef:java7 May 31, 2015
@NicosPavlov NicosPavlov deleted the java7 branch June 1, 2015 01:19
@koppor koppor mentioned this pull request Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants