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:
And default GuessMyNumber server's app is started with the error
Starting Bridge like:
Under Win10 app is started and working in the browser OK.
App is started under Ubuntu, but works wrong...
Where to dig ?
Trying for first time to start B4J apps in Linux from Win10 via B4J-bridge.
Java 11 is default in Ubuntu 22.04:
I did not copy Java files (maybe mistake ?)~$ 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:~$
And default GuessMyNumber server's app is started with the error
Starting Bridge like:
does not help also:sudo jdk-11.0.1/bin/java -jar b4j-bridge.jar
Under Win10 app is started and working in the browser OK.
App is started under Ubuntu, but works wrong...
Where to dig ?
Last edited: