ContributionsMost RecentMost LikesSolutionsHow to change the used java version of SoapUI ? We are running SoapUI 4.6.4 in the machine where jdk1.8.0_77 is installed . And JAVA_HOME is set to C:\Program Files\Java\jdk1.8.0_77. But while starting the SoapUI ,it always uses the version 1.7.0_40 Wed Apr 20 20:12:10 GMT 2016:INFO:Used java version: 1.7.0_40 Could you let us know how to ensure that SoapUI uses the jdk1.8.0_77 ? Re: Reusable Classes for Dispatch Script Hi , It works after manually moving the class scripts into a VirtServer installation folder? C:\Program Files\SmartBear\VirtServer-1.5.1\bin\scripts . Deployment of the local virt to a virt server does'nt automatically transfers the dependent reusable scripts to the server . Thanks ... Re: Reusable Classes for Dispatch Script Hi , Script Library feature works for Local Virts . When we deploy the Virt to a VirtServer running in a different machine for productive usage , dependent script libraries are not getting deployed in to the VirtServer. How do you handle the deployment / download of script libraries ? Thanks .... Reusable Classes for Dispatch Script We need to write Groovy class which consists of methods that needs to be reused across Service V dispatch scripts ... These methods should invoke standard methods of mockRequest,context,requestContext objects Does any body have experience with it ? Please let us know . Solved