S Ry

Greenhorn
+ Follow
since Jun 29, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by S Ry

try to build the application using maven command with -e flag. it will give you details of the root cause.
8 years ago
I tested your code in Eclipse and got output. There was no error.

output from your code

8 years ago
Can you please add JDK in System Variables and check whether it is working ?
You said 2nd operation is failed but are you getting any exception ?
8 years ago
You can check with mvn install -X to see what error details you get
8 years ago
Apart from using HashSet you can use nested loops to check if there is any duplicate element in the arraylist.

8 years ago
I would have used Stored Procedure with Transaction. In such situation Stored Procedure would be optimum.