jQuery-1.7.2.min.js Question

jQuery-1.7.2.min.js Question

Hello I am working with JQuery-1.7.2.min.js -- it is embedded in an application I inherited from someone else. I finally got the Eclipse IDE stabilized this morning, however, I have three errors coming from the JQuery as follows: 

On this, I have three errors: as follows: 

1. Syntax error on token "Invalid Regular Expression Options", no accurate correction available -- on this: contents:{xml:/xml/,html:/html/,json:/json/} 
2. Syntax error, insert ")" to complete Arguments -- on this: :b,j.notifyWith(k,e)}} 
3. Syntax error, insert "}" to complete ObjectLiteral -- on this: b,j.notifyWith(k,e)}} 

I am wondering if I should upgrade to a newer JQuery to get rid of these problems, however, I am stuck in that on this applicable at this particular time, I am using Java 1.6.0_45 for the time being and am not sure which version of JQuery would be compatible with 1.6.0_45 (this application was build with 1.6.0_21 originally). 

So I need to know if you know of a JQuery which would replace 1.7.2.min.js in whole and if it would compatible with JRE/JDK 1.6.0_45

Thank you,