I was trying to develop a simple Android App to display Google Map but hit some error when trying to run it. As you can see from the screenshot above, it says “com.google.android cannot be resolved” and Eclipse does not allowed me to proceed: SOLUTION: Need to install Google-API SDK. Follow steps below in order to patch that SDK Manager. (1) Open Android SDK Manager Window –> Android SDK Manager [ Read More ]
Following are steps by steps (with screen shots) on installing PHP on Windows 7 (1) Download from PHP site http://windows.php.net/download/ For this time, best if you download the zip file (Thread Safe) instead of the .exe installer. It was said that there are some known issues with the .exe installation as some of the libraries or files needed for MySQL are missing (2) unzip to a directory, in my case, [ Read More ]
(1) Download the latest Unix/Linux distribution of Apache MQ from this site: http://activemq.apache.org/download.html The file will be saved as tar.gz (2) Extract the file to a specific directory. One of the thing which I have learnt from my previous job (which uses Ubuntu for development) is to place the installation files under version as well. Thus, I created a ApacheMQ folder under ~/opt Then move the extracted files to the [ Read More ]
Just started using Apache Ivy and it’s already giving me some headache. Have been hitting the following error: [antlib:org.apache.ivy.ant:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [antlib:org.apache.ivy.ant:retrieve] :: FAILED DOWNLOADS :: [antlib:org.apache.ivy.ant:retrieve] :: ^ see resolution messages for details ^ :: [antlib:org.apache.ivy.ant:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [antlib:org.apache.ivy.ant:retrieve] :: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar [antlib:org.apache.ivy.ant:retrieve] :: com.sun.jmx#jmxri;1.2.1!jmxri.jar [antlib:org.apache.ivy.ant:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [antlib:org.apache.ivy.ant:retrieve] [antlib:org.apache.ivy.ant:retrieve] [antlib:org.apache.ivy.ant:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS It says that one of the dependency jar is depending on some [ Read More ]
After installing Apache ActiveMQ on my Windows 7, I encountered problem starting up the service: So, I went to check the log file and found the following: Found a solution from web, is to create 2 more folders (namely temp and work) under <Apache MQ Installation>\bin\win32 Then, start the ApacheMQ, finally able to do so with no problem. Let’s give it a try, hit http://localhost:8161/ at your browser
(1) Download the latest stable release from Apache Active MQ site http://activemq.apache.org/download.html (2) Extract the zip file to a directory. For example, C:\apache-activemq-5.5.1 (3) Go to your <Apache Installation Path>\bin\win32 Execute the InstallService.bat by “Run as Administrator” (4) After step #3 above, you will see the following error : (5) If you see error like screen shot above, do the following: (a) Edit InstallService.bat change the whole like of “wrapper.exe” [ Read More ]