Subject Re: jaybird and "embedded server"
Author Roman Rokytskyy
> if I understand it as it is said, that
> 1. the embedded server is embedded in an application it self and
> 2. the embedded server is a "dll" or "so"

Correct.

> how
> 1. can it be embedded into a java app

"so" or "dll" must be accessible to JVM either through $PATH/%PATH%
variable or java.library.path system property. Currently you cannot
put library into .jar file, we will try to get this in next version
of JayBird.

> 2. can I access it on a "mac os x" system?

Not yet. As far as I know, embedded server is not yet available for
mac os x. Also we do not have a JNI link for mac os x, but that
should not be a problem.

Roman