I would like to develop a Java application which use FireBird Embedded to store some data. I am trying to make it this way: http://www.firebirdfaq.org/faq350/
I don't know how I can set the "FIREBIRD environment variable" or how can I set parameters of the JVM.
My final goal is that the application (and firebird) can be copied to any Windows (or maybe Linux) machine and run on it without any configuration made by user. But first of all I just want to make it working on my Windows.
Please, help me. :)