jsp页面的$.ajax在网站上无法执行,在eclipse中运行正常

jsp页面的$.ajax在网站上无法执行,在eclipse中运行正常,浏览器显示“Can't find variable: $

以下是JSP中的fuction中的代码
$.ajax({
type : "post",
async : false, //同步执行
url : "bar.do",
data : para,

dataType : "json",
success : function(result) {
if (result) {

右键查看源代码,看下jquery的引用的路径是否正确。