Trying to connect to a oracle database and display some data. Not sure where the "Parm" is coming from.
Here is the error:
Parm
Exception in
thread "main" java.lang.NullPointerException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at DatabaseExample.ConnectionManager.makeConnection(ConnectionManager.java:35)
at DatabaseExample.DatabaseService.getEmployee(DatabaseService.java:45)
at DatabaseExample.DatabaseService.main(DatabaseService.java:98)
The program uses 5 files, not sure how many I should post. Here is the one that outputs the records selected.