I am new to Java Development, including the BlackBerry JDE.
Since my goal is to create programs with web browser access, I started working with the HTTPDemo.java code.
I received the "java.io.IOException: Tunnel failed" error.
I thought the Code Signing Keys would resolve it, I was wrong.
I am using WiFi for one testing environment. I found a few references on BlackBerry Forums to ";interface=wifi", but I couldn't determine where to place the parameter.
Here's the correct location:
Code:
private static String SAMPLE_HTTPS_PAGE = "http://(server IP Address)/http.html;interface=wifi";