Hey,

I'm under the impression that the java.awt.FileDialog in mode FileDialog.LOAD 
does not work properly when invoked from an app bundle.
As in: It always assumes a sandbox and does not give me access to all files 
anymore.
It does not matter, if the bundle was signed or not.
The bundle was created with https://bitbucket.org/infinitekind/appbundler
Note that AppBundler passes in a system property -DSandboxEnabled=true, if it 
finds *any* Containers folder. Meaning, it's only an indication for whether 
sandboxing is possible at all, *not* whether this particular app is sandboxed.

There is no problem, when launching the same app via the regular java launcher.

Does anybody else have this problem?

Cheers,

-hendrik

Reply via email to