03.07.2010, 09:33
In "mapview/src/main/java/slash/navigation/converter/gui/mapview/BaseMapView.java" I tried to use "InetServerSocket" (described here) instead of "ServerSocket" as both linux and mac are inet based. However, I do get errors. Most probably due to the fact that I don't know java at all. I don't know either whether the use of "InetServerSocket" will help.
Can you give your comments on my (futile?) attempts.
Can you give your comments on my (futile?) attempts.
Code:
/Users/Shared/development/RouteConverter/svnRouteConverter/mapview/src/main/java/slash/navigation/converter/gui/mapview/BaseMapView.java:[46,15] cannot find symbol
symbol : class InetServerSocket
location: package java.net
/Users/Shared/development/RouteConverter/svnRouteConverter/mapview/src/main/java/slash/navigation/converter/gui/mapview/BaseMapView.java:[101,12] cannot find symbol
symbol : class InetServerSocket
location: class slash.navigation.converter.gui.mapview.BaseMapView
/Users/Shared/development/RouteConverter/svnRouteConverter/mapview/src/main/java/slash/navigation/converter/gui/mapview/BaseMapView.java:[301,12] cannot find symbol
symbol : class InetServerSocket
location: class slash.navigation.converter.gui.mapview.BaseMapView
/Users/Shared/development/RouteConverter/svnRouteConverter/mapview/src/main/java/slash/navigation/converter/gui/mapview/BaseMapView.java:[303,12] cannot find symbol
symbol : class InetServerSocket
location: class slash.navigation.converter.gui.mapview.BaseMapView
/Users/Shared/development/RouteConverter/svnRouteConverter/mapview/src/main/java/slash/navigation/converter/gui/mapview/BaseMapView.java:[303,52] cannot find symbol
symbol : class InetServerSocket
location: class slash.navigation.converter.gui.mapview.BaseMapView
