yrift / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

How to add third party jars in JwebSocket? #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I need to add some third party jars to JwebSocket e.g. httpclient to integrate 
social networking site e.g linkedin.

I tried adding this jar to JwebScoketRTE folder and creating a method in 
Tools.java but I was not able to compile.

Can you please suggest how we can add this to jWebsocket?

Original issue reported on code.google.com by binod.do...@gmail.com on 22 Jun 2010 at 6:32

GoogleCodeExporter commented 8 years ago
Hi Binod,
are you using jWebSocket from the source itself or using the jar file?? to 
write your custom plugin

Original comment by mailtopu...@gmail.com on 28 Jun 2010 at 4:45

GoogleCodeExporter commented 8 years ago
I am using jwebSocket from source and I want to use my own jars and in some 
case third party jars. I was able to include third party jars by creating 
dependency creation in respective pom.xml. Is this correct approach or do I 
need to include jars at one place only?

Please help out how to add my custom jars which are not available from 3rd 
party.

Original comment by binod.do...@gmail.com on 28 Jun 2010 at 7:12

GoogleCodeExporter commented 8 years ago
yes since it's all maven based project you have to define dependency in one of 
the pom.xml. 
Also i recommend you to ask all the usability questions in our forum :)

Original comment by mailtopu...@gmail.com on 30 Jun 2010 at 4:47

GoogleCodeExporter commented 8 years ago

Original comment by mailtopu...@gmail.com on 7 Jul 2010 at 1:14