Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java Problem

Options
  • 28-08-2006 9:57pm
    #1
    Closed Accounts Posts: 24


    I'm using a bit of code I downloaded for sending text messages through the O2 website. One of the imports is import javax.net.ssl.*;

    Anyone know what library I need to add to use javax.net.ssl and where I can get it from.

    Cheers


Comments

  • Registered Users Posts: 19,396 ✭✭✭✭Karoma


    It's native/bundled since 1.4 AFAIK.
    What version are you using?
    What error message are you getting?


  • Closed Accounts Posts: 24 holmsey


    I'm using the Eclipse Platform Version: 2.1.3

    It's saying import javax.net cannot be resolved


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    eclipse platform is not a JDK.


  • Closed Accounts Posts: 24 holmsey


    It's j2sdk1.4.2


Advertisement