I managed to build an APK package!
1. Deleted all versions and alternatives via package manager and by deleting the created symlinks:
sudo update-alternatives --remove java /opt/java/jdk1.8.0
2. Installed the package openjdk-21-jre , openjdk-21-jdk , these packages added the interconnected ...
Search found 92 matches
- Fri Feb 20, 2026 1:09 am
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 6664
- Thu Feb 19, 2026 7:48 pm
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 6664
Re: How to install SpiderBasic v3.20 on Linux?
1. Can you write a Readme that contains commands for installing packages?
2. Can you write how to check the installation of packages, for example gradle -v, java -version and javac -version and show what the output of the results should be?
3. Can you write that installing gradle should give a new ...
2. Can you write how to check the installation of packages, for example gradle -v, java -version and javac -version and show what the output of the results should be?
3. Can you write that installing gradle should give a new ...
- Wed Feb 18, 2026 9:28 pm
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 6664
Re: How to install SpiderBasic v3.20 on Linux?
I was advised to do the following, which I did.
I unpacked "/opt/java" here, I got the path "/opt/java/jdk1.8.0/bin"
Adding an alternative with the ID 100
sudo update-alternatives --install /usr/bin/java java /opt/java/jdk1.8*/bin/java 100
Choosing an alternative by choosing an identifier
sudo ...
I unpacked "/opt/java" here, I got the path "/opt/java/jdk1.8.0/bin"
Adding an alternative with the ID 100
sudo update-alternatives --install /usr/bin/java java /opt/java/jdk1.8*/bin/java 100
Choosing an alternative by choosing an identifier
sudo ...
- Tue Feb 17, 2026 12:51 am
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 6664
Re: How to install SpiderBasic v3.20 on Linux?
SPIDERBASIC_HOME is used in the script, but it is not defined. I added it manually, but it should work during installation.
- Mon Feb 16, 2026 10:13 pm
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 6664
Re: How to install SpiderBasic v3.20 on Linux?
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
echo $JAVA_HOME
screenshot jdk-8
screenshot jdk-17
But nothing has changed.
zulu17.64.17-ca-jdk17.0.18-linux_x64.tar.gz
zulu8.92.0.21-ca-jdk8.0.482-linux_x64.tar.gz
export JAVA_HOME=/home/user/Apps/jdk8.0.482-linux_x64
echo $JAVA_HOME ...
echo $JAVA_HOME
screenshot jdk-8
screenshot jdk-17
But nothing has changed.
zulu17.64.17-ca-jdk17.0.18-linux_x64.tar.gz
zulu8.92.0.21-ca-jdk8.0.482-linux_x64.tar.gz
export JAVA_HOME=/home/user/Apps/jdk8.0.482-linux_x64
echo $JAVA_HOME ...
- Sun Feb 15, 2026 10:59 am
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 6664
How to install SpiderBasic v3.20 on Linux?
1. I ran the install-cordova.sh script. He suggested that I install three packages npm, curl, openjdk-17-jre. I have installed all these packages. And then he installed cordova.
2. When I compile I get this
Using cordova-fetch for cordova-android@14.0.1
Adding android project...
Creating Cordova ...
2. When I compile I get this
Using cordova-fetch for cordova-android@14.0.1
Adding android project...
Creating Cordova ...
- Thu Aug 21, 2025 4:00 am
- Forum: Showcase
- Topic: Bible Tools App
- Replies: 2
- Views: 58992
- Sat Jun 21, 2025 8:13 am
- Forum: General Discussion
- Topic: SpiderBasicIDE + TabBarGadget
- Replies: 2
- Views: 65094
SpiderBasicIDE + TabBarGadget
Due to the fact that the source code is open, I compiled SpiderBasic with black tabs and made changes to the Language.pb file to make the window menu and compiler settings in my native language. See here
- Tue Oct 15, 2024 11:42 pm
- Forum: General Discussion
- Topic: Why this forum is lightyears far from PureBasic forum?
- Replies: 15
- Views: 155775
Re: Why this forum is lightyears far from PureBasic forum?
Now you can search on two forums
Code: Select all
word site:forums.spiderbasic.com site:purebasic.fr- Mon Mar 25, 2024 2:17 am
- Forum: Coding Questions
- Topic: Scaling png (?)
- Replies: 6
- Views: 11387
Re: Scaling png (?)
how can ?
is it a spidebasic "app" ? hwo do you display image ? in a image gadget ?
An image on an html page that is open in WebGadget. The files are located in the "Data" resource folder.
You can follow the links and download several files as an example. One of the archives (PB_User) contains ...