Hello, my java program has to access https web pages. Having gone through some java references, I find I may need to install an extra thing called JSSE to do this. Is it true? Could I make use of the current JDK classes to access https web pages? The way I access the web pages is that: URL u = new URL(" but MalformedURLException will appear...
Thank you very much!
Thank you very much!