does it possible to add jar(lib) files to servicenow

YRK
Tera Contributor

hi guys,

I'm just started using ServiceNow.   Please let me know , is there any chance to add jar file to servicenow?.

4 REPLIES 4

Thijs Daemen
Mega Guru

Hello,



It is not possible to upload JAR files to be used in ServiceNow on the server side.



If you would like to use something like that you can deploy a MID server and synchronise the JAR file to that server.


http://wiki.servicenow.com/index.php?title=MID_Server#JAR_File_Synchronization



John Andersen has a nice video blog about this functionality on his site.


Video: Use Custom Jar Files on a MID Server-John Andersen



Kind regards,



Thijs


And after uploading jar file to instance and after sync with mid server, can i use it in any of my script ?


I mean if i import any library through jar file, will i be able to use it in my scripts ?


YRK
Tera Contributor

Hi thijsdaemen


thanks for the giving reply to my post & sharing your knowledge with me.


could you please tell me, is there way to send data from SNOW to server directly without using MID server.