Saturday, August 15, 2015

Unable to run mksdcard tool

I came across this problem when I tried to run the android studio.

According to this ticket : https://code.google.com/p/android/issues/detail?id=82711

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

this command will solve the issue on ubuntu 14.04

But I had package dependencies broken on my ubuntu.

To run this successfully  added following line

deb http://security.ubuntu.com/ubuntu trusty-security main

to /etc/apt/source.list

Then I runt the command

sudo apt-get update

then it worked fine for me!

Wednesday, July 29, 2015

Spring boot: How to set URL prefix/context for app.


 server.context-path  in application.properties file will do the magic. 

http://stackoverflow.com/questions/20405474/spring-boot-context-root