Related Posts
jar dependencies if you plan to use the cling UPnP library in your android project
This took me quite a while and lots of runtime errors, here are the minimum jars I needed to add to my project since now cling when used on android needs jetty, and damn jetty is broken into a thousand little jars for maximum modularity. These are the one jars that I needed to not […]
How to build PyQt4 for Windows
– Make sure you don’t have cygwin or C:devkitPromsysbin in your path, or else your make files can end up trying to run the Makefile using ‘sh’ and all the makefile we’re about to use are meant to run from the windows command line. If for some odd reason you type ‘sh’ on your windows […]
How to have a Play framework app autostart during boot on Elastic Beanstalk CentOS ec2 instances
So you’ve created an Elastic Beanstalk environment, you have a play framework distribution which you’ve created using play dist (either on your local environment, or right there on the server, whatever you prefer) play dist outputs a my-app-1.0.zip file which has a self-contained version of your app with all the necessary libraries and a start […]