You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get it running:
1. change the pwd field in Bulk.java
2. outside of src: javac -cp "./libs/*" ./Project3/Bulk.java
3. outside of src: java -cp ".:libs/*" Project3.Bulk
About
Access to DB2 db from java as part of the final project for the class ECSE421