02-11-2009, 11:05 PM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Feb 2008 Model: 8100 PIN: N/A Carrier: do not know
Posts: 22
Post Thanks: 0 Thanked 0 Times in 0 Posts
| TLS10Connection problem Please Login to Remove! I want to use TLS in my program,and my eclipse JDE environment is 4.5.0. My code is like this:
TLS10Connection tls=new TLS10Connection(_connection,_connection.getAddress ());
but the JDE shows the error "The type net.rim.device.api.crypto.tls.tls10.TLSRecordProto col cannot be
resolved. It is indirectly referenced from required .class files". I tried to import the class "TLSRecordProtocol " in my project,but the JDE shows there is no this kind of class. And there is no declaration in JDE API reference neither. What can I do to solve it? |
| Offline
| |