BeelGroup / Docear-Desktop

Docear's desktop version (GPL)
298 stars 90 forks source link

Doesn't Open Any Windows on OS X Yosemite (10.10) #446

Open saulshanabrook opened 10 years ago

saulshanabrook commented 10 years ago

When I open Docear on my Mac, the application opens, but no windows open. screen cast of me opening the app and no window coming up

fekaputra commented 9 years ago

Since I have JDK 1.6 (Mac Default) installed on my computer, I am able to run Docear on my Yosemite (OSX 10.10.x) by changing the value of JVMVersion used by Docear.

What I've done:

  1. Open Application Folder
  2. Right click on Docear Icon
  3. Select "Show Package Contents"
  4. Open Contents -> Info.plist using any text editor
  5. Change value of JVMVersion from "1.6+" to "1.6*" [1]

Then it's works fine! Let me know if that is also works for you.

[1] https://developer.apple.com/library/mac/documentation/Java/Reference/Java_InfoplistRef/Articles/JavaDictionaryInfo.plistKeys.html

saulshanabrook commented 9 years ago

From Ann-Christin Conzelmann

I just replaced the framework.jar and freeplanelauncher.jar in Contents/Resources/Java with the ones of the current freeplane.app and modified the Info.plist in Contents:

Dorg.knopflerfish.framework.bundlestorage="memory" is replaced by -Dorg.knopflerfish.framework.readonly=true

who found it in https://github.com/freeplane/freeplane/commit/71ef81a44bac3db92072e2a0fcd7e114a6c088e5

alugowski commented 7 years ago

I see the same problem in 10.12 Sierra. @fekaputra's solution doesn't work for me.