Many thanks to moma for posting a solution on Launchpad!
Start eclipse with $ cd eclipse $ export GDK_NATIVE_WINDOWS=true $ ./eclipse Or use this one liner: $ GDK_NATIVE_WINDOWS=true $HOME/eclipse/eclipse
One of the important tenets of computer science is the Principle of Least Astonishment. Unsurprisingly, software and often hardware turn out to be full of surprising quirks. One questions if anyone else has ever heard of this principle.
This blog presents situations I encounter in my travails as a software developer, and solutions to problems which arise.
Start eclipse with $ cd eclipse $ export GDK_NATIVE_WINDOWS=true $ ./eclipse Or use this one liner: $ GDK_NATIVE_WINDOWS=true $HOME/eclipse/eclipse
<static-files> <include path="/*.css"/> <include path="/favicon.ico"/> <include path="/code/**"/> </static-files>
<context-param> <param-name>org.mortbay.jetty.servlet.Default.dirAllowed</param-name> <param-value>true</param-value> </context-param>
<servlet> <servlet-name>default</servlet-name> <servlet-class>org.mortbay.jetty.servlet.DefaultServlet</servlet-class> <init-param> <param-name>acceptRanges</param-name><param-value>true</param-value> </init-param> <init-param> <param-name>dirAllowed</param-name><param-value>true</param-value> </init-param> <load-on-startup>0 </servlet> <servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>/code/*</url-pattern> </servlet-mapping>
<%@ page import="static
foo.*" %>
<%@ page extends="
package.class"%>
HttpServlet
. If you really want to have your JSP implement an interface, you could do something likemy.package.MyJSP
public abstract classextends HttpServlet implements
MyInterface{
}
<html xmlns:wicket="http://wicket.apache.org">
As a general rule you should convert Java projects to Scala projects
by using the "Add Scala Nature" package explorer context menu action
unless you know what you're doing.
w.getToolkit().getSystemEventQueue().postEvent(new WindowEvent(w, WindowEvent.WINDOW_CLOSING));
WindowClosing
event, so you can execute any action you may have bound to that event.
~/.vmware/config
file to look like this:xkeymap.nokeycodeMap = true
xkeymap.keysym.ISO_Level3_Shift = 0x138
xkeymap.keysym.braceleft = 0x1a
xkeymap.keysym.braceright = 0x1b
66.66.66.66:5
66.66.66.66::5905