peacemaker Expert Licensed User Longtime User Sep 20, 2023 #1 Hi, All Strange, but after FilesWatcher.StartWatching - the very first file creation is not captured, and only second file is OK and next. Lib v.1.4. Ubuntu 20.04., jdk-11 Anyone seen this ? Last edited: Sep 20, 2023
Hi, All Strange, but after FilesWatcher.StartWatching - the very first file creation is not captured, and only second file is OK and next. Lib v.1.4. Ubuntu 20.04., jdk-11 Anyone seen this ?
peacemaker Expert Licensed User Longtime User Sep 20, 2023 #2 HA ! The same code in Windows10 works OK Do we have Java 19 for Linux ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 20, 2023 #3 I doubt whether it will make any difference. You can build the Java package yourself. You need to download OpenJDK: https://jdk.java.net/archive/ And JavaFX: https://gluonhq.com/products/javafx/ (only sdk is required to get started) Upvote 0
I doubt whether it will make any difference. You can build the Java package yourself. You need to download OpenJDK: https://jdk.java.net/archive/ And JavaFX: https://gluonhq.com/products/javafx/ (only sdk is required to get started)
peacemaker Expert Licensed User Longtime User Sep 26, 2023 #4 Yes, no difference - under Linux watcher at any app start passes the very first file creation, no event occurred. @Roycefer, did you try the lib under Linux ? Upvote 0
Yes, no difference - under Linux watcher at any app start passes the very first file creation, no event occurred. @Roycefer, did you try the lib under Linux ?