B4J Question B4J-Bridge under Linux

peacemaker

Expert
Licensed User
Longtime User
Hi, All

Trying for first time to start B4J apps in Linux from Win10 via B4J-bridge.
Java 11 is default in Ubuntu 22.04:

~$ java --version
openjdk 11.0.16 2022-07-19
OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
vlad@vtk1:~$
I did not copy Java files (maybe mistake ?)
And default GuessMyNumber server's app is started with the error

1660902116386.png


Starting Bridge like:
sudo jdk-11.0.1/bin/java -jar b4j-bridge.jar
does not help also:
1660904755596.png

Under Win10 app is started and working in the browser OK.

App is started under Ubuntu, but works wrong...
Where to dig ?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Did you successfully implement the new jetty?

Or are you still using jserver3?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Read now, thanks, but did not understand where "b4j_ws.js" should be placed - sorry, nowere mentioned, how to implement ?
jServer was updated to v.4.01.

And locally under Win10 app (jetty) is OK...
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top