I’m getting the follwing exception while trying to connect to a database: here the method used to get the connection: But even when the params (url, password..) are hardcoded, I still get the exception. Could you tell me how to fix this problem ? thanks Answer it appears the problem is linked to the “-Djava.endorsed.dirs” parameter from the java startup
Tag: aix
Cannot find class even when jar file is in working directory
I am struggling to get my Java program to run on AIX. I used Eclipse on Windows to create a runnable Jar file, jRams.jar below. I kept on getting a class not found error, until finally I put all the external libraries in the same directory. Still, I get the class not found error. jremote.jar definitely contains JRemoteException. Why isn’t