从UI单击按钮时可以调用servlet,该UI使用url“/ Servlet”调用ajax / javascript代码。 我必须使用swt on button按钮执行相同的功能。是否可以通过点击swt按钮调用servlet?如果是,那该怎么办?请提供代码示例。
注意: - 我已尝试过以下
URL url = new URL("/Servlet");
URLConnection connection = url.openConnection();
但是它给出了这个错误:
java.net.MalformedURLException: no protocol: /Servlet