The following code causes classCast exception.
MFStandardConnection conn = null;
public void targetDetected(TargetProperties[] properties)
...
try{
conn = (MFStandardConnection)Connector.open(properties[0].getUrl());
...
}
...
If there is anything that I am doing wrong, then please let me know.

Reply With Quote


