holgerbrandl / opencards

A free flashcard learning application for PowerPoint and MarkDown files
http://opencards.info
BSD 2-Clause "Simplified" License
94 stars 28 forks source link

Can not run app bundle on macos #40

Open holgerbrandl opened 6 years ago

holgerbrandl commented 6 years ago

See https://bitbucket.org/infinitekind/appbundler/issues/32/javalangnoclassdeffounderror-com-apple

holgerbrandl commented 6 years ago

http://openjdk.java.net/jeps/272 eawt is disabled by design

https://github.com/triplea-game/triplea/issues/3297 discussion about 272

or use desktop class https://stackoverflow.com/questions/38381824/how-can-i-use-apple-com-apple-eawt-functionality-on-java-8