Hi, I use java to parse a xml file and then get the URL from the file.
I want to open this URL in a browser. But I can't find a good method.
I try Runtime.exec, but the windows CE 2003 can't deal the stdin and stdout so it always's throws Exceptions.
Then I try to use JNI to call a dll file which created to open the browser.
But in the Jeode CDC enviroment, It always throws an java.lang.unsatisfiedlink error. Though I try all the method to locate the dll file.
So I wonder If anyone have encountered this problem.
anyone has fufilled it?
HJ