NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I integrate TestStand with Eclipse RCP app

Hi, I am new to TestStand and am evaluating its integration with Java, specifically Eclipse RCP Applications.

I have looked at the example provided with the evaluation installation of TestStand 4.0.

How would I access classes in a JAR file?

For our eclipse application to run, the whole eclipse framework needs to be started. So creating an instance of our main object is not enough. Eclipse needs to be launched, specifying our main application as an argument to its launcher. Has anyone any experience of integrating TestStand with Eclipse RCP applications?

I'm thinking that maybe I need to add a 'server' layer to my Eclipse app which a thin client can access - this client can then be accessible to TestStand and so be able to control the app.

Any ideas/thoughts greatly appreciated!

-peter
0 Kudos
Message 1 of 4
(3,365 Views)
Hi,

I have just been talking to a colleague, and whilst we as a branch don't actively support Java, he has said that you could wrap some C function calls in order to get the integration you require. He has also said that your idea regarding adding of a server layer may work, and I would encourage you to try this.

I would also recommend looking around on these Discussion boards for some relevant information regarding java integration with TestStand, as there will be many other community members that will have posted similar questions, I imagine. Good luck with your application!

Regards,

Dan - Applications Engineer, NIUK
0 Kudos
Message 2 of 4
(3,343 Views)
Hi Dan, thanks for the reply

Can you give some more information on how wrapping C functions would allow me to integrate with Eclipse?

thanks again

0 Kudos
Message 3 of 4
(3,335 Views)
Hi,

I have just found this article which may be of some use to you: http://digital.ni.com/public.nsf/allkb/BEE812007BA2A9B486256BC80068A49A?OpenDocument

Regards,

Dan
0 Kudos
Message 4 of 4
(3,330 Views)