Pergunta

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. :)

Foi útil?

Solução

look at the chapter 2 of this tutorial. You don't need to set any environment variable. just need firebird driver, defualt user name which is (sysdba) and password (masterkey). You can use flamerobin for the ease use of firebird.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top