B4J Question Web server with B4J

Andie

Member
Licensed User
Longtime User
To build a web server with B4J there are some code examples in the forum:
https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/
and
https://www.b4x.com/android/forum/t...p-to-your-b4j-server-over-the-internet.37201/

The code worked approx. three years ago. Now I tried to make a new release with the latest B4J version. But when I start the jar file in the command line
java -jar FileServer.jar
it says:

What can I do?
 

Andie

Member
Licensed User
Longtime User
I just added
C:\Program Files (x86)\Java\jdk-14.0.1\bin\
to the Path system variable. So, the java.exe and the javac.exe belong to the same java version, which I use for B4J. But unfortunately, the same message as above appears.

In addition, during the release process I get these log messages:
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…