Answered question

how to create a java object and use it

i have created a jar file and placed it in the lib. Now I need to create a obect, intialize the value and the call the method to do some processing. How can i do it.

I'm aware i can call a static method using class name directly.. help me with creating an object and using it in neoload

Sendhil K.
Sendhil K.

Sendhil K.

Level
0
25 / 100
points
Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

try this...

var someObj = new com.play.thing();
var result = someObj.method(param)

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful