the dialog between a program and sqlb is made trought a library that you must compile with your program. It's a C library.
So, to answer your question, if you can compile a C library with Java so the answer is yes. Else, you can make a little C program that will make the link between your Java program and sqlb but I'm afraid that you will lost sqlb advantage except if you plan to use sqlb with Oracle because sqlb is particularly efficient with Oracle.
Finally, if these solution don't convice you, you can try Sqlrelay (http://www.firstworks.com/sqlrelay) that manage more language interfaces.
Good luck and thanks for you interrest in sqlb
GrumZ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know if SQLB can be used with Java?
the dialog between a program and sqlb is made trought a library that you must compile with your program. It's a C library.
So, to answer your question, if you can compile a C library with Java so the answer is yes. Else, you can make a little C program that will make the link between your Java program and sqlb but I'm afraid that you will lost sqlb advantage except if you plan to use sqlb with Oracle because sqlb is particularly efficient with Oracle.
Finally, if these solution don't convice you, you can try Sqlrelay (http://www.firstworks.com/sqlrelay) that manage more language interfaces.
Good luck and thanks for you interrest in sqlb
GrumZ