I have a 'Hello World' Web Page in NB16 using GF as a server [ the GF server is provided by NB16].

In the 'Web Pages' the structure is as follows :

Web Pages
    ->WEB-INFO
        -> glassfish-web.xml
    ->css
        ->my_css.css
    ->js
        ->my_js.js
    ->jar
        ->my_jar.jar
    index.jsp

In the 'index.jsp' file I imported the css/js libraries by the usual methods [<link rel="stylesheet" type="text/css" href="./css/my_css.css"> and <script type="text/javascript" src="js/my_js.js"></script>]. However, I have no idea how to add the 'jar'.

Could someone please help me with this?
Are there any good tutorials on the web that can be recommended?

Thanks in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to