i am using jboss 3.2.7 and while running it getting below problem. I copied required jars and dlls (ojdbc14,ocijdbc10.dll) to that java places. Please help me out
Please post the entire exception stacktrace instead of that attached image. While posting the stacktrace, wrap it in a code block for better formatting.
I don't see any problem in the logs you posted. What exactly are you running into? You'll have to explain more about what you are trying to do and what the problem is, if you need someone to help you.
Sometimes back slashes are treated as escape characters, so using forward slashes is often preferred.
Final thought. Most DLLs use various Windows DLLs located in c:\windows and c:\windows\system32. You should ensure that those directories are also in the library path:
You did not answer any of the questions which Peter asked and the configuration you posted conflicts some of the values that you posted earlier for java.library.path.
Sometimes back slashes are treated as escape characters, so using forward slashes is often preferred.
Final thought. Most DLLs use various Windows DLLs located in c:\windows and c:\windows\system32. You should ensure that those directories are also in the library path:
Soory Peter, Well I check the metioned path but not able to find C:/oraclexe/app/oracle/product/10.2.0/server/BIN/v it is only upto BIN folder v is not exsits. also tried to remove BIN\ to BIN but it is also not working. I'd put contect of my run.exe file. Where I am not able to find any problem. Where else we mentioned these path?? or if you can see any problem in the run.exe contenet. please let me know.
Hope you're doing well. I saw your response and implement a soulution regarding that- pastes all required jars into a folder 'v'. Guess what -----It's working now I don't know it's right way to solve it or not... But it is working for now. Thanks
The "right" way is to correctly set the ld.library.path to match where your files are located. But I guess that moving all required files to the directory that ld.library.path is referencing is an acceptable solution.