[U2] UniObjects Java Packages

2013-04-16 Thread Bill Brutzman
I am trying to get an example program to work with Eclipse IDE. When trying to... import asjava.uniobjects.*; import asjava.uniclientlibs.*; I get errors. I tried several things without any luck. Help with how to configure the asjava folder in packages would be appreciated.

[U2] UniObjects + Java Packages

2013-04-16 Thread William Brutzman
I am trying to get example programs to work with Eclipse IDE. When trying to... import asjava.uniobjects.*; import asjava.uniclientlibs.*; I tried it a few different ways... getting errors... indicating that the IDE cannot find the files or packages. Help

Re: [U2] UniObjects + Java Packages

2013-04-16 Thread Doug Averch
You have to convert the asjava.zip to a jar file. Then you need to add asjava.jar to your lib file. Good luck with your project. Regards, Doug www.u2logic.com Real tools for Eclipse for U2 Programmers ___ U2-Users mailing list

Re: [U2] UniObjects + Java Packages

2013-04-16 Thread Doug Averch
You have to convert the asjava.zip to a jar file. Then you need to add asjava.jar to your lib file. Good luck with your project. Regards, Doug www.u2logic.com Real tools for Eclipse for U2 Programmers ___ U2-Users mailing list

Re: [U2] UniObjects Java Packages

2013-04-16 Thread Daniel McGrath
, 2013 3:07 PM To: 'U2 Users List' Subject: [U2] UniObjects Java Packages I am trying to get an example program to work with Eclipse IDE. When trying to... import asjava.uniobjects.*; import asjava.uniclientlibs.*; I get errors. I tried several things without any luck. Help with how

Re: [U2] UniObjects Java Packages

2013-04-16 Thread William Brutzman
To: 'U2 Users List' Subject: [U2] UniObjects Java Packages I am trying to get an example program to work with Eclipse IDE. When trying to... import asjava.uniobjects.*; import asjava.uniclientlibs.*; I get errors. I tried several things without any luck. Help with how