Hello
I have a console app that connects to an MS SQL Database, this is ok, and a single class that polls the DB every 1 second. Under JDK the timer fires and all is normal. When I run the same app under JRE the timer does not fire.
I moved the timer out of the class and put it in the main and call the query function in the class. This works fine in the JDK but not in the JRE.
Under the JRE task manger show the JRE VM using 50% CPU.
JRE Version is 8 Update 202 (build 1.8.0_202-b08)
B4J Version is 7.51
Anyone else experiencing this ?
Regards
John.
I have a console app that connects to an MS SQL Database, this is ok, and a single class that polls the DB every 1 second. Under JDK the timer fires and all is normal. When I run the same app under JRE the timer does not fire.
I moved the timer out of the class and put it in the main and call the query function in the class. This works fine in the JDK but not in the JRE.
Under the JRE task manger show the JRE VM using 50% CPU.
JRE Version is 8 Update 202 (build 1.8.0_202-b08)
B4J Version is 7.51
Anyone else experiencing this ?
Regards
John.