howard97
howard97
isWild为true时表示的是通配符匹配吧?所以isWild为true时应该是模糊匹配吧 通配符匹配==精准匹配吗
The jdk and javafx is too large to upload, so I put the link. jdk: https://aka.ms/download-jdk/microsoft-jdk-11.0.22-linux-x64.tar.gz javafx: https://download2.gluonhq.com/openjfx/11.0.2/openjfx-11.0.2_linux-x64_bin-sdk.zip .java files: [java-program.zip](https://github.com/ptitSeb/box64/files/14971196/java-program.zip)
FYI, here is the way to run the java program. 1. Download and decompress the jdk and javafx. ```bash cd /tmp wget https://aka.ms/download-jdk/microsoft-jdk-11.0.22-linux-x64.tar.gz wget https://download2.gluonhq.com/openjfx/11.0.2/openjfx-11.0.2_linux-x64_bin-sdk.zip tar -xvf microsoft-jdk-11.0.22-linux-x64.tar.gz unzip openjfx-11.0.2_linux-x64_bin-sdk.zip...
Continue tracking this issue. Let me know if more information is needed. Thanks for the effort!
don't mean to rush, just want to know are there any updates?
I suspect that Java allocates a memory area using mmap64, and box64 returns the area at `0x60000000`. Subsequently, Java changes the privileges of this area to `---p` by invoking `mprotect`....
Thanks for the response! I will keep waiting for support from the community.
Is the troubleshooting underway? I noticed that [the latest commit](https://github.com/ptitSeb/box64/commit/856d2653bce9d70c6b45016e12ab150ac45eb2b4) in master branch seems to be related to this issue. :D
> 可以自定义列表,实现协议`PhotoPickerList`参考`PhotoPickerListViewController` 设置`configi.photoList.listView`就可以了 OK, thx !