Hi all,
I’m trying to set up UM but i already encounter some troubles at the start…
Objects and methods from up classes aren’t resolved by the designer.
I tried some code from the documentation.
String[] RNAME={"nsp://127.0.0.1:9000"};
nSessionAttributes nsa=new nSessionAttributes(RNAME);
nSession mySession=nSessionFactory.create(nsa);
mySession.init();
I found that there is some jar (like nClient) which contain those objects/methods.
But i didn’t find out how i can import these jar or some class into my designer…
Thanks for your help.