cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Anywhere/MobiLink 17 - Java Version?

2,936

Hello everybody,

we are running SQL Anywhere/MobiLink 17.0.9.4838 on Windows. In MobiLink we have some events implemented in Java. Now SQL Anywhere comes with Java version 8, but that is no longer in support by Oracle.

Is there a way to replace it with Java 12? Any recommendations?

Thanks and best regards, Alex

Accepted Solutions (0)

Answers (3)

Answers (3)

VolkerBarth
Contributor

Hm, by default SQL Anywhere 17 comes with a SAP JRE instead of an Oracle JRE, so I would expect the limited support by Oracle should not matter...

jack_schueler
Product and Topic Expert
Product and Topic Expert

If you are using the SQLA JDBC driver, I'd hold off trying to use JRE 11 or later just yet. A fix is forthcoming that addresses a crash in the JDBC driver when using these newer versions. The fix will be in 17.0.10.5763 or later.

0 Kudos

Note that the DBConnectionContext.getConnection() and ServerContext.makeConnection() methods use the SQLA JDBC driver.

chris_keating
Product and Topic Expert
Product and Topic Expert

The -jrepath option for the -sl java defines the jre to use.