Won't break it but you're loading two jquery twice - you don't need the min.js and .js versions - one is enough, and just fyi re the filename myJava.js - Javascript and Java are different languages.
Functionally, jquery.js and jquery.min.js are identical: min.js is just a compressed version, where comments, unnecessary spaces, etc, have been removed.