B4J Question ABMaterial Template project not working

fikayo

Member
I just got ABMaterial yesterday and followed the installation instructions and then usage as per the ABM Template project for Dummies. However, when trying to compile/run, I first got this error from the ABMApplication page:

-----
Error description: Unknown member: enablepassiveeventlisteners
Error occurred on line: 32
ABM.EnablePassiveEventListeners=False
Word: enablepassiveeventlisteners
-----

So, I commented out the line 32 and tried again.
Then got this error:

-----
Compiling generated Java code. Error
javac 1.8.0_271
src\com\ab\template\abmapplication.java:37: error: cannot access WebSocket
public anywheresoftware.b4j.object.WebSocket _ws = null;
^
bad class file: C:\Program Files\Anywhere Software\B4J\libraries\jserver.jar(anywheresoftware/b4j/object/WebSocket.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.
-----

Please enlighten me on what I might have done wrong and the way forward.
 
Top