tchart Well-Known Member Licensed User Longtime User Dec 14, 2020 #1 In the 8.8 release notes it mentions this; "#CustomBuildAction - direct support for jar files, including Java 11+ UI jars." but I couldnt see any examples in the beta discussion. Is it just a matter of calling a jar file without a prefixing it with the Java path?
In the 8.8 release notes it mentions this; "#CustomBuildAction - direct support for jar files, including Java 11+ UI jars." but I couldnt see any examples in the beta discussion. Is it just a matter of calling a jar file without a prefixing it with the Java path?
OliverA Expert Licensed User Longtime User Dec 14, 2020 #2 I saw it first time mentioned here https://www.b4x.com/android/forum/t...our-b4x-applications.68751/page-3#post-783081 You'll have to work your way backwards to see what it was trying to solve Upvote 0
I saw it first time mentioned here https://www.b4x.com/android/forum/t...our-b4x-applications.68751/page-3#post-783081 You'll have to work your way backwards to see what it was trying to solve
tchart Well-Known Member Licensed User Longtime User Dec 14, 2020 #3 OliverA said: I saw it first time mentioned here https://www.b4x.com/android/forum/t...our-b4x-applications.68751/page-3#post-783081 You'll have to work your way backwards to see what it was trying to solve Click to expand... Awesome, thanks @OliverA exactly what I was after. B4X: #CustomBuildAction: folders ready, C:\Users\H\Downloads\B4XLocalizator.jar, ..\Files\strings.xlsx ..\Files\strings.db Upvote 0
OliverA said: I saw it first time mentioned here https://www.b4x.com/android/forum/t...our-b4x-applications.68751/page-3#post-783081 You'll have to work your way backwards to see what it was trying to solve Click to expand... Awesome, thanks @OliverA exactly what I was after. B4X: #CustomBuildAction: folders ready, C:\Users\H\Downloads\B4XLocalizator.jar, ..\Files\strings.xlsx ..\Files\strings.db
Erel B4X founder Staff member Licensed User Longtime User Dec 15, 2020 #4 OliverA said: You'll have to work your way backwards to see what it was trying to solve Click to expand... 1. Directly run jar files, without worrying about the Java path. 2. Run UI apps with Java 11+. This requires special configuration and is taken care by the IDE. Note that the "comment links" feature also supports this. Upvote 0
OliverA said: You'll have to work your way backwards to see what it was trying to solve Click to expand... 1. Directly run jar files, without worrying about the Java path. 2. Run UI apps with Java 11+. This requires special configuration and is taken care by the IDE. Note that the "comment links" feature also supports this.