ContributionsMost RecentMost LikesSolutionsDo we need to attach dependent jar files along with project jar file(java bridge) Hi, I have attached the project jar file and also declared the class on which I want to work, but when I use Javaclasses,intellisense does not fetch the class name and I am not able to create the newinstance of that class. So do I need to attach all dependent jar files,it will be huge effort as those are around 150 dependent jar files. Many Thanks!!