JTapi Compilation
I have downloaded jTapi 1.4 release..
It does not have any .jar files or class files.
all the classes are interdependent on each other.
How do i compile the package ?
P.S : package hierarchy:
javax \ telephony \ some .java files and more packages \ some more .java files and some more packages
[332 byte] By [
Jalpaa] at [2007-10-2 10:28:39]

Hi Jalpa,
Just now I saw your requirement.
I am the person who started to use JTAPI 1.4 for the past 1 week. As this JTAPI is an important one for my project, we preferred the JTAPI 1.2 as class files are not available in JTAPI 1.4 though it is latest version. But now only I got an idea to get the related class files for JTAPI 1.4 java source files by using Ant tool.
Steps to get the class files for JTAPI 1.4 :
1. Download Ant latest version like apache ant 1.6.5
2. Install it into ur system & execute a command ant under the directory where you are having the build.xml file or some xml file.
3. Make use of some Ant totorial pdf file to write an ant xml file.
4.Just write a code to compile the java source files.
5. You will get all the required class files & you can compile & run the programs in any package.
If you can't understand, please rise your query.
Thanks & Regards,
GrasyX
gp_9a at 2007-7-13 2:10:11 >
