Results 1 to 1 of 1
- 07-04-2009, 12:27 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 1
- Rep Power
- 0
Javax.net is not resolved in Eclipse
Hi,
In Eclipse(3.4.1) when i am importing package like
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
Eclipse is giving an error theat javax.net can not be resolved
Although i have check in my build path jsse.jar, jnet.jar, jcert.jar are all there and in those jars classes like HttpsURLConnection are also there
i have also set the class path in envirnmental variables
but still not able to resolve the problem, i am using java standard edition 6.
can any one help with it
Thanx
Anshul
Similar Threads
-
javax.microedition.io/ javax.bluetooth
By ahtiven in forum New To JavaReplies: 3Last Post: 01-13-2009, 02:54 PM -
Mark thread RESOLVED.
By Eranga in forum Suggestions & FeedbackReplies: 45Last Post: 04-02-2008, 10:34 AM -
can't use classes in own package ... cannot be resolved into a type
By doood123 in forum New To JavaReplies: 1Last Post: 12-18-2007, 10:41 AM -
map javax.swing.text.Element to javax.swing.text.View
By elizabeth in forum New To JavaReplies: 1Last Post: 07-30-2007, 07:02 PM -
The import java.util.Scanner cannot be resolved
By Heather in forum Advanced JavaReplies: 1Last Post: 07-08-2007, 01:05 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks