Hi Guys,
i have created a java application in netbeans which connect to database oracle,and populate some textfields and do some other random stuff, everything is working fine in netbeans but when i create .jar file then it is not able to connect to database although .jar is running application.
I have already added ojdbc5.jar file in project library folder.