B4J Question B4J V. 9.30

Dey

Active Member
Licensed User
Longtime User
Hello everybody,

where can I download version B4J 9.30?
i tried the new version 9.80 but i have problems with my app.
I have to find the time to convert it to the new version.
Thank you
 

Dey

Active Member
Licensed User
Longtime User
Hi Erel,
jServer application not ui
qualche anno fa sono stato in grado di mettere l'icona di stato nella barra di Windows, usando jSystemTray ...

B4J Version: 9.80
Parsing code. (0.01s)
Java Version: 8
Building folders structure. (0.01s)
Compiling code. (0.05s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
javac 1.8.0_311
src\BAR\BRIDGE\main.java:87: error: cannot access ServerWrapper
public static anywheresoftware.b4j.object.ServerWrapper _srvr = null;
^
bad class file: C:\Program Files\Anywhere Software\B4J\libraries\jserver.jar(anywheresoftware/b4j/object/ServerWrapper.class)
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.

thanks for your great help
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Download jServer3 and use it instead of jServer.

When you are ready to switch to Java 11 (which is usually trivial to do), switch back to jServer.
 
Upvote 0

Dey

Active Member
Licensed User
Longtime User
Thank you

i can add that i tried to switch to java 11 and i have the following error, i would like to be able to solve.

B4J Version: 9.80
Parsing code. (0.01s)
Java Version: 11
Building folders structure. (0.01s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
B4J line: 522
Bridge_Log = xui.LoadBitmap (File.DirAssets, \
src \ BAR \ BRIDGE \ main.java: 201: error: package javafx.scene.image does not exist
_bridge_log = (anywheresoftware.b4j.objects.ImageViewWrapper.ImageWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper (new anywheresoftware.b4j.objects.ImageViewWrapper.ImageWrapper (), (javafx.scene.imadware2 b4a.keywords.Common.File.getDirAssets (), "bridge_LOG.png"). getObject ()));
^
1 error
 
Upvote 0

Dey

Active Member
Licensed User
Longtime User
Download jServer3 and use it instead of jServer.

When you are ready to switch to Java 11 (which is usually trivial to do), switch back to jServer.

version 9.80 works with jServer3
Thank you!:)
 
Upvote 0
Top