Hello,
this is my first Question ever... I have a tiny program which is working properly in the IDEs Eclipse and JDeveloper. I deployed it and am able to start it, but I couldn't get an DB-connection outside of an IDE yet (output to command-line is normal) although I tried to include the needed drivers (classes12.jar; nls_charset12.jar) into the package or related them with the classpath. I have also tried several JREs and JDKs by now.
I reduced the program as far as I could, the only thing remaining is the DB-connection. I tried the command-line-commands of the JDeveloper on my commandline (those are visible) but gained no output at all. I am facing the same problems on my windows-client as on the solaris-based-server.
Well, I guess there is something the IDEs are doing which I don't know. Could you please help me?
Thanks in advance!
Yours Henrik
this is my first Question ever... I have a tiny program which is working properly in the IDEs Eclipse and JDeveloper. I deployed it and am able to start it, but I couldn't get an DB-connection outside of an IDE yet (output to command-line is normal) although I tried to include the needed drivers (classes12.jar; nls_charset12.jar) into the package or related them with the classpath. I have also tried several JREs and JDKs by now.
I reduced the program as far as I could, the only thing remaining is the DB-connection. I tried the command-line-commands of the JDeveloper on my commandline (those are visible) but gained no output at all. I am facing the same problems on my windows-client as on the solaris-based-server.
Well, I guess there is something the IDEs are doing which I don't know. Could you please help me?
Thanks in advance!
Yours Henrik