java应用程序能定向到一个jsp网页吗?
我采用如下方法:
try{//作超链接
String urlstr="http://210.42.147.7:8080/telemed/nsosPage.jsp;
url=new URL(urlstr);
AppletContext acty=getAppletContext();
acty.showDocument(url,"_blank");
}catch(MalformedURLException malurlerr){}
可是提示错误:can't resolve symbol "getAppletContext()"