First, when placing logs on this forum, it is best to copy the full log (right - click in the IDE log panel, Copy All to Clipboard) and put it in your post between
[code ] [/code ] tags (
without the spaces in the tags! I just have to add them in this post as else they are converted to forum code tags).
From the bit I can see, the
compilation has probably succeeded. Those red lines should always be at the end of the compilation of a jServer (ABM) project. They tell you 'the server is started'.
But as
@MichalK73 points out, did you indeed replace the css/js/font folders in the project with the one you have to download also from the github. I indeed forgot to mention that, sorry.
So a recap (I will change the post in ABM to match these exact links, I assumed this was clear):
1. Download
https://github.com/RealAlwaysbusy/ABMaterial-Source/releases/download/v4.95/ABMaterial4.95-bin.zip
2. Download
https://github.com/RealAlwaysbusy/A...ses/download/v4.95-www-fix220111/www4.95b.zip
3. Unzip ABMaterial4.95-bin.zip and copy all .xml and .jar files to you B4J Libraries folder
4. Unzip www4.95b.zip
5. In the projects you are working on (e.g. a for Dummies project) delete the following folders in \www
6. Copy from the unzipped www4.95b.zip the 3 folder (css/font/js) to the \www folder where you just deleted these 3 folders.
Alwaysbusy