Hello guys I am having a problem importing files even after using suggestion of netbeans files are not imported firebug shows error that :404 cannot find http://localhost:8084/js/jquery.js and same for other files too , the application name is not present in path.I have faced this problem before sometimes it work ,sometimes does not do any one have any idea about it.
HTML Code:<link rel="stylesheet" type="text/css" media="screen" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/base/jquery-ui.css" /> <link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /> <script type="text/javascript" src="js/jquery.js"></script> <Script type="text/javascript" src="js/jquery.jqGrid.min.js"></script> <script type="text/javascript" src="js/grid.locale-en.js"></script>