Eclipse

How To Fix The Python Pillow Error ImportError: DLL load failed while importing _imaging: The specified module could not be found.

When I use LiClipse ( Eclipse plus PyDev plugin ) to develop & run a Python pillow project, I meet the following error message ImportError: DLL load failed while importing _imaging: The specified module could not be found. This article will tell you how to fix it.

How To Fix The Python Pillow Error ImportError: DLL load failed while importing _imaging: The specified module could not be found. Read More »

How To Fix The Issue Some Projects Cannot Be Imported Because They Already Exist In The Workspace When Import Project In Eclipse

When I import an existing project in eclipse, I meet the below issue message Some projects cannot be imported because they already exist in the workspace. I can see my project in the Projects list, but I can not check the checkbox before the project to import it. My eclipse project is a python PyDev

How To Fix The Issue Some Projects Cannot Be Imported Because They Already Exist In The Workspace When Import Project In Eclipse Read More »

How To Fix Can Not Start Eclipse WorkSpace After Install Eclipse Plugin Issue

Recently I installed some eclipse plugins and after that my eclipse is crashed. When I restart the eclipse again, it shows a popup dialog with the error message An error has occurred. See the log file C:\Users\zhaosong\eclipse-workspace\.metadata\.log. This article will tell you how to fix this error.

How To Fix Can Not Start Eclipse WorkSpace After Install Eclipse Plugin Issue Read More »

Fix Eclipse Failure To Transfer Antlr:antlr:jar:2.7.7 Cached In The Local Repository Error

I have some spring projects in my workspace. And I use GitHub to manage all the source code of different spring projects. When I import those spring projects to a newly set up machine in eclipse, I find an error message like Failure to transfer antlr:antlr:jar:2.7.7 from https://repo.maven.apache.org/maven2 was cached in the local repository. After

Fix Eclipse Failure To Transfer Antlr:antlr:jar:2.7.7 Cached In The Local Repository Error Read More »

How To Convert East-Asian Character To Unicode In Java

East-Asian character ( Chinese, Japanese, Korean ) is different from the western character. But our web application should be accessed from all over the world. So we should support display those east-Asian characters on the web page correctly. The solution to resolve the character charset issue is to use Unicode for all languages messages in

How To Convert East-Asian Character To Unicode In Java Read More »