How to integrate a library in my web application built on jsp [closed]
开发者_高级运维
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI m Trying to integrate a spellchecker library into my application...can anyone suggest me a good tutorial or help me witha few minor and specific details on how to do it....help would be highly appreciated.....
Can you provide more info about the library?
Assuming its a java library it should go to the /WEB-INF/lib folder and you should be able to access it directly from your code.
精彩评论