OS X Java .app bundle cannot open other apps?

前端 未结 2 2035
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-28 11:52

I\'ve written a Java SWT application for OS X, exported it as a .jar and bundled it into .app. Everything works just as expected except for a critical part within my app; it req

2条回答
  •  不要未来只要你来
    2021-01-28 12:02

    I'm answering this myself because the problem was my own setup. Specifically it was the bundled runtime I was using. I wrote a more in-depth answer in my other question here:

    Java on OS X: “open” command won't run if .app package contains a JVM bundle

提交回复
热议问题