ok thnak you very much. This was what I was expecting, however i could not
see what the issue was. Here are the lines in the code from line 1 on
package com.huawei.cona.android.zeroconf;
import java.io.IOException;
import jmdns-1.0;
import service-1.0;
import service.ServiceEvent;
import service.ServiceInfo;
import service.ServiceListener;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class ServiceDiscovery extends Activity {
any ideas? My pom has these exact files names in them as dependency
On Wed, Apr 11, 2012 at 12:28 AM, Barrie Treloar <[email protected]> wrote:
> On Wed, Apr 11, 2012 at 4:45 PM, mike digioia <[email protected]> wrote:
> > Can anyone in the world tell me what line number and what error this
> > compiler thinks my error is in source file ServiceDiscovery.java?
> >
> >
> /home/conalab/MikesNewAndroidWork/workspace3/jxwhiteboard_ccn_gohuawei_dist/trunk/src/com/huawei/cona/android/zeroconf/ServiceDiscovery.java:[5,12]
> > '.' expected
>
> Line 5, Column 12.
>
> >
> /home/conalab/MikesNewAndroidWork/workspace3/jxwhiteboard_ccn_gohuawei_dist/trunk/src/com/huawei/cona/android/zeroconf/ServiceDiscovery.java:[5,13]
> > ';' expected
>
> Line 5, Column 13.
>
> >
> /home/conalab/MikesNewAndroidWork/workspace3/jxwhiteboard_ccn_gohuawei_dist/trunk/src/com/huawei/cona/android/zeroconf/ServiceDiscovery.java:[6,14]
> > '.' expected
>
> Line 6, Column 14.
>
> >
> /home/conalab/MikesNewAndroidWork/workspace3/jxwhiteboard_ccn_gohuawei_dist/trunk/src/com/huawei/cona/android/zeroconf/ServiceDiscovery.java:[6,15]
> > ';' expected
>
> Line 6, Column 15.
>
> The errors are telling you its expecting a .
>
> I suspect you have your imports defined incorrectly.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>