Categories
Word

MS Word – Missing Proofing tools – Text in Khmer

You open a document that contain a language other than English such as text in Khmer you got a warning such as: MISSING PROOFING TOOLS This document contains text in Khmer which isn’t being proofed. You may be able to get proofing tools for this language. You might come up with following questions: What is…

Categories
Android

What you need to know to use Android Studio

As I am mostly doing my stuff with Eclipse even though the Android studio came, I still work with Eclipse project for Android but as time comes, we cannot ignore the Android studio anymore because: Official Android document is only support for Android Studio More and more library today does not include any support (no…

Categories
Java Tools

[Eclipse] java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM

Double click on your eclipse, and you receive error log as following (logged at: configuration/xxxxx.log) !ENTRY org.eclipse.osgi 4 0 2016-07-12 00:22:11.260 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM at org.eclipse.swt.internal.Library.loadLibrary(Library.java:263) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:240) at org.eclipse.swt.internal.C.<clinit>(C.java:21) at org.eclipse.swt.widgets.Display.<clinit>(Display.java:138) at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:679) at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162) at com.aptana.rcp.IDEApplication.createDisplay(IDEApplication.java:162) at com.aptana.rcp.IDEApplication.start(IDEApplication.java:94) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)…

Categories
Unix OS WordPress

To perform … WordPress needs to access your web server.

If you are using VPS to manage your own server, you might face similar info message when you try to update your plugins: The message: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. Under that are boxes for the Hostname, FTP User, and FTP…

Categories
Windows

Windows 10: Quick Access in Trouble?

Quick Access is where you can see firstly in Windows 10, something like this:   Disable Quick Access You might do not want to display the folder, the recent files; here you can do it by go to folder option via File > Change folder and search option of the Explorer. As shown in above…

Categories
Tools

ENOGIT git is not installed or not in the PATH

You are running bower install and face this error, either on Windows or Unix like… The issue because you need to have git installed and run the project on the command prompt with git command support, without that you will face error on screen: ENOGIT git is not installed or not in the PATH Solution…

Categories
Java NodeJS

Execute NodeJS npm via maven pom.xml [Links]

It might be you are trying to search for “execute command npm.cmd windows via maven pom.xml”, likely you are from Java development environment that mostly love to do with maven. Here, following 3 articles would help, I don’t pick one to showup but there are some options available: 1. Building Frontend as a Part of…

Categories
Windows

Shut down PC but Fan still running [Windows 8, 10]

In somehow, I confused to update driver with some tools, after that my Windows could not shut down, and it seems to be in sleeping mode but I cannot wake it up in any case, I need to hold power button for awhile to force shutdown and click again to start each time. Since the…

Categories
Blog

Two Articles Disable and Repos Deleted

Two articles that I though it would help many new/beginner developers that want to bind maven build tool and gruntjs or angularjs together easier have been disabled and the repos in github are also removed: Articles: How to create maven bower grunt project How to create maven bower grunt angularjs project Repos: https://github.com/osify/maven-bower-grunt-angular https://github.com/osify/maven-bower-grunt The…

Categories
Android

ADT plugin doesn’t show up in Eclipse After Install

On Eclipse, after install the Android Development Tool, restart it but do not see the Android menu (Android SDK Manager, AVD Manager etc.). Faced this issue on Eclipse Mars but in fact, it could be any eclipse that may happen for this kind of issue. To solve it, you just need: Inside Eclipse Window-> Perspective…