Home
Products
B4A
B4i
B4J
B4R
Showcase
Store
Learn
General
Guides
Video Tutorials
Glossary
Teach
Blog
Forums
#B4X Discord (unofficial)
B4X Facebook Group
B4X Github
New posts
What's new
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Latest activity
Register
Menu
Log in
Register
Install the app
Install
Welcome to B4X forum!
B4X is a set of simple and powerful cross platform RAD tools:
B4A
(free) - Android development
B4J
(free) - Desktop and Server development
B4i
- iOS development
B4R
(free) - Arduino, ESP8266 and ESP32 development
All developers, with any skill level, are welcome to
join the B4X community
.
Home
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Latest activity
What's new
New Posts
New profile posts
Latest activity
M
Mark Stuart
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
What about the css and image files? Where would you put them?
Feb 4, 2026
aeric
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
The proper way is not to put html file inside www folder. It is fine if you are doing a test. The recommended way is to put the html...
Feb 4, 2026
M
Mark Stuart
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
Finally got this code to load all the website pages: Select Case req.RequestURI Case "/" 'Index Page...
Feb 4, 2026
behnam_tr
reacted to
tummosoft's post
in the thread
B4J Library
Thread library
with
Like
.
This library lets you run Basic4android Subs on separate threads to the main GUI thread. - Source...
Feb 4, 2026
behnam_tr
reacted to
Star-Dust's post
in the thread
B4A Library
[B4X] [XUI] [B4XLib] SD TextView
with
Like
.
Update 0.25 Fix bugs
Feb 4, 2026
M
Mark Stuart
reacted to
aeric's post
in the thread
B4J Question
Creating B4J server and static web pages site - how to
with
Like
.
Is your folder structure look like this? /home/b4jtest/ /home/b4jtest/markwebserver.jar /home/b4jtest/www/ /home/b4jtest/www/index.html...
Feb 4, 2026
aeric
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
Is your folder structure look like this? /home/b4jtest/ /home/b4jtest/markwebserver.jar /home/b4jtest/www/ /home/b4jtest/www/index.html...
Feb 4, 2026
M
Mark Stuart
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
Hi aeric, yes that's where all the .html files are - in the www folder. Also the assets folder is under the www folder as well.
Feb 4, 2026
aeric
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
Try put "assets" folder inside "www" folder.
Feb 4, 2026
M
Mark Stuart
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
<link rel="stylesheet" href="assets/css/base.css"> <link rel="stylesheet" href="assets/css/header-home.css">
Feb 4, 2026
J
John Naylor
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
In your html, how are you linking to your style sheet? <link rel="stylesheet" type="text/css" href="assets/css/base.css">
Feb 4, 2026
J
John Naylor
reacted to
Mark Stuart's post
in the thread
B4J Question
Creating B4J server and static web pages site - how to
with
Like
.
I've read Erel's post on that and my current server folder structure is as he has outlined. The main issues are that the html files...
Feb 4, 2026
M
Mark Stuart
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
I've read Erel's post on that and my current server folder structure is as he has outlined. The main issues are that the html files...
Feb 4, 2026
J
John Naylor
replied to the thread
B4J Question
Creating B4J server and static web pages site - how to
.
The example here actually does what you are needing - Static assets (html and images) in the www folder keeping the jar file safe. You...
Feb 4, 2026
zed
replied to the thread
5 Open Source Image Editing AI Models
.
Image processing is an extremely complex task; it requires manipulating pixels. Often, you need to check which pixels are adjacent...
Feb 4, 2026
Home
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top