It builds apps here by just extracting in downloads and setting "Downloads\openjdk-17.0.0.1+2_windows-x64_bin\jdk-17.0.0.1\" in SB preferences; no %PATH% stuff neeed. "JDK 11 Path (JDK 12+ not supported)" needs changed in preferences UI along with links and text in "Creating App" and "Using the command line compiler"Fred wrote: Mon Jun 02, 2025 1:51 pmWhen updating cordova, all the toolchain is upgraded and it often requiers a newer Java. So yes, Java 17 is needed now instead of Java 11.Caronte3D wrote: Mon Jun 02, 2025 9:24 am We must update the Java version?
I get this error trying your native notification example (on Android):EDIT:Code: Select all
A problem occurred evaluating project ':app'. > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
Ok, with Java 17 compiles.
It's deprecated, but we can download it from:
https://jdk.java.net/archive/
SpiderBasic 3.10 is out !
Re: SpiderBasic 3.10 beta 1 is ready !
Re: SpiderBasic 3.10 beta 2 is ready !
2025-06-30: Beta 2 is ready, with an updated doc for 3.10 and some new stuff:
Here is an example on how to use it (you can check the doc as well):
Code: Select all
- Added: HeaderSection/EndHeaderSection to easily custozime the HTML </head> tag
- Added code signing for Windows installer and exe to avoid scary warning when installing
Code: Select all
HeaderSection
<meta name="description" content="Customizd description">
<script type="text/javascript" src="https://cdn.babylonjs.com/babylon.js"></script>
EndHeaderSection
Re: SpiderBasic 3.10 beta 2 is ready !
I really hope that the instructions will appear before or with the release.
viewtopic.php?p=11150#p11150
Thanks a lot for the next beta.
viewtopic.php?p=11150#p11150
Thanks a lot for the next beta.
2B or not 2B = FF
Re: SpiderBasic 3.10 beta 2 is ready !
GREAT! So many possibilities...Fred wrote: Mon Jun 30, 2025 9:56 amCode: Select all
- Added: HeaderSection/EndHeaderSection to easily custozime the HTML </head> tag ...
Thanks a lot!

-
- Posts: 330
- Joined: Fri Sep 22, 2017 7:02 am
Re: SpiderBasic 3.10 beta 2 is ready !
Great news! Thx a lot @Fred for this update.
@Peter: seems that HeaderSection/EndHeaderSection can replace the HtmlPreprocessor or did I miss something?
@Peter: seems that HeaderSection/EndHeaderSection can replace the HtmlPreprocessor or did I miss something?
Re: SpiderBasic 3.10 beta 2 is ready !
Whoooo, HeaderSection is a nice one! Thanks!
Re: SpiderBasic 3.10 beta 2 is ready !
Whoa, now that is cool. Thanks Fred, it shall be battletested!
Re: SpiderBasic 3.10 beta 2 is ready !
could be.Dirk Geppert wrote: Wed Jul 02, 2025 6:37 pm@Peter: seems that HeaderSection/EndHeaderSection can replace the HtmlPreprocessor
try it out!

-
- Posts: 330
- Joined: Fri Sep 22, 2017 7:02 am
Re: SpiderBasic 3.10 beta 2 is ready !
Peter, thank you for taking the effort to answer my question.
- SparrowhawkMMU
- Posts: 291
- Joined: Wed Aug 19, 2015 3:02 pm
- Location: United Kingdom
Re: SpiderBasic 3.10 beta 2 is ready !
Thanks for implementing these!Code: Select all
- Added: HTTPInfo() to get more info when using HTTPRequest() - Added: HTTPTimeout() to control the timeout of HTTPRequest()
