javascript - Not able to include js files in html file on standalone java application -
hi working on standalone java application running on port number. trying create ui html includes external js files.
i have included files in header tag below.
<script type="text/javascript" charset="utf-8" src="js/jquery.json-2.2.min.js"></script> <script type="text/javascript" charset="utf-8">
but gives error message "filed load resource:the server responded status code of 404.
any ideas?
seems pathing issue me.
what relative location of "js" directory calling page in file system?
Comments
Post a Comment