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
What can I do?
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
it says:java -jar FileServer.jar
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: b4j/example/main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
What can I do?