| | |
Problem with Boolean argument
![]() |
•
•
Join Date: Apr 2005
Posts: 21
Reputation:
Solved Threads: 0
Hi everyone!!!
I am newbie in java programming, I am using a communication API. I am havin some problems. Iwant to use a method defined like this:
enableRecording
public abstract void enableRecording(DeviceID device,
Boolean immediatelyActive)
throws CstaException
and for that I am doing the following:
recordingActivation = new Boolean(true);
enableRecording(id, recordingActivation);
I get this error:
../src/sampleapps/tutorial/PrimerApp.java:226: cannot resolve symbol
symbol : method enableRecording (ch.ecma.csta.binding.DeviceID,java.lang.Boolean)
location: class PrimerApp
enableRecording(id, recordingActivation);
^
1 error
Can anybody help with this??? I've tried lot of things but I really don't know what else to try
I am newbie in java programming, I am using a communication API. I am havin some problems. Iwant to use a method defined like this:
enableRecording
public abstract void enableRecording(DeviceID device,
Boolean immediatelyActive)
throws CstaException
and for that I am doing the following:
recordingActivation = new Boolean(true);
enableRecording(id, recordingActivation);
I get this error:
../src/sampleapps/tutorial/PrimerApp.java:226: cannot resolve symbol
symbol : method enableRecording (ch.ecma.csta.binding.DeviceID,java.lang.Boolean)
location: class PrimerApp
enableRecording(id, recordingActivation);
^
1 error
Can anybody help with this??? I've tried lot of things but I really don't know what else to try
![]() |
Similar Threads
- How to check data type (Visual Basic 4 / 5 / 6)
- powerbuilder+mysql (MySQL)
- Homework Help (Java)
- Doubts about constructor (C++)
- Writing Files to URLs (Java)
- Cursor control in text boxes: (HTML and CSS)
- Convert first character from lowercase to uppercase? (C++)
Other Threads in the Java Forum
- Previous Thread: java for palm/PDA's
- Next Thread: Offline browsing web site technology?
| Thread Tools | Search this Thread |
-xlint actionlistener android api applet application array arrays automation bi binary blackberry block bluetooth character chat class client code compile compiler component consumer database desktop developmenthelp eclipse error fractal freeze ftp game gameprogramming givemetehcodez graphics gui html ide image integer j2me j2seprojects java javac javaee javaprojects jetbrains jni jpanel jtable julia learningresources lego linked linux list loops mac map method methods mobile netbeans newbie notdisplaying number online printf problem program programming project properties qt recursion researchinmotion rotatetext rsa scanner screen server set singleton sms sort sql string swing system textfields threads time title tree tutorial-sample update variablebinding windows working xor






