hey guys
I'm trying to get hold of a StreamConnection
try {
StreamConnection conn = ( StreamConnection ) Connector.open ( url ) ;
} catch (Exception ex) {
ex.printStackTrace();
}
however when i do this i get the following error
java.lang.ClassCastException
According to my know of and google it should compile fine. I've used this in a J2EE project and it works correctly but not in a J2ME???