OpenJDK 6 jarsigner not configured in editor settings

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By wojtasss

I can not export to Android because that error in Export Window.

which jarsigner

gives me

/usr/bin/jarsigner

and this is symlink to

jarsigner -> /etc/alternatives/jarsigner

and this is also symlink to origin jarsigner

jarsigner -> /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner

but even if I set direct path to jarsigner, this error still exists

i have the same problem! Fedora 29 openjdk 1.8.0
error log in terminal (when just paste url of jarsigner):

- ERROR IN: /usr/bin/jarsigner
- ERROR: _get_modified_time: Method/Function Failed, returning: 0
-   At: drivers/unix/file_access_unix.cpp:296.

problem is, i think, its installed as flatpak application… try to build godot by myself and test it.

sashikknox | 2018-11-08 16:26

Exporting to Android is currently not possible from a Flatpak due to sandboxing restrictions.

Calinou | 2018-11-10 21:55

:bust_in_silhouette: Reply From: sashikknox

rebuilded from sources godot work nice )