Hello ALL,
Can anyone help me since I have a problem to compile the InCall/OutCall.java before I can try the program. I have set the right CLASSPATH ...and use jdk 1.3, 1.6.0_02 etc
=== error ======
After I have read the help/forum, I know that the source should be working without modifying the header import statement; however, I have compile error as follows :-
InCall.java:3: '.' expected
import MyInCallObserver;
^
1 error
Can anyone tell me what JDK/JRE/SDK version should I use in order to compile and run successfully - MSTAPI and/or serial provider.
Thanks very much in advance. I feel very frustrated.
Bruce
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Bruce
Your JDK version is fine (XTAPI works with 1.3 & >). InCall.java file needs another java file named MyInCallObserver.java to observer the incoming call. You can find this java class in the same sample zip file from where you got InCall.java.
cheers
I<Mann
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello ALL,
Can anyone help me since I have a problem to compile the InCall/OutCall.java before I can try the program. I have set the right CLASSPATH ...and use jdk 1.3, 1.6.0_02 etc
=== error ======
After I have read the help/forum, I know that the source should be working without modifying the header import statement; however, I have compile error as follows :-
InCall.java:3: '.' expected
import MyInCallObserver;
^
1 error
Can anyone tell me what JDK/JRE/SDK version should I use in order to compile and run successfully - MSTAPI and/or serial provider.
Thanks very much in advance. I feel very frustrated.
Bruce
Hi Bruce
Your JDK version is fine (XTAPI works with 1.3 & >). InCall.java file needs another java file named MyInCallObserver.java to observer the incoming call. You can find this java class in the same sample zip file from where you got InCall.java.
cheers
I<Mann
Hello Mann,
But why do I get this error since the .java and .class do exist ?
Bruce