Here is a basic example for adding image to database using java.
public static void main(String[] args) throws Exception {
// Select file
JFileChooser fileChooser = new JFileChooser();
...