2 Replies - 201 Views - Last Post: 08 July 2011 - 02:01 PM

#1 nathanpc  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 104
  • View blog
  • Posts: 1,160
  • Joined: 31-July 09

Using 3rd Party Java Libraries on JSP?

Posted 08 July 2011 - 01:49 PM

I'm learning a bit of JSP and I want to know how can I include and use 3rd party libraries like for example Twitter4J on a JSP with needing any servlet or things like this.
Is This A Good Question/Topic? 0
  • +

Replies To: Using 3rd Party Java Libraries on JSP?

#2 g00se  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 2114
  • View blog
  • Posts: 8,810
  • Joined: 20-September 08

Re: Using 3rd Party Java Libraries on JSP?

Posted 08 July 2011 - 01:55 PM

There's nothing special about it. Just make sure the library jars arein WEB-INF/lib of your web app
Was This Post Helpful? 1
  • +
  • -

#3 nathanpc  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 104
  • View blog
  • Posts: 1,160
  • Joined: 31-July 09

Re: Using 3rd Party Java Libraries on JSP?

Posted 08 July 2011 - 02:01 PM

Oh! So I can simply include them as the other Java Core libraries and use as on a servlet without problems? Great! :)

Thanks very much for the help g00se
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1