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
1 comment:
Thanks Carl! You saved my day!
Post a Comment